โปรเจคภาษาซี โปรเเกรมดูเเลสุขภาพ เป็นตัวอย่างสำหรับผู้ที่สนใจ ภายในโปรเเกรมจะประกอบไปด้วย การคำนวณ bmi การคำนวณ bmr การคำนวณ tdee การคำนวน ปริมาณโปรตีนที่จำเป็นต่อวัน การคำนวณ ปริมาณไขมันในร่างกาย เป็นต้น ส่วนของCODE #include <stdio.h> #include <conio.h> #include <stdlib.h> #include <math.h> #include <time.h> #include <string.h> typedef struct information{ char first[20]; char last[20]; char email[30]; char gender[6]; int date[10]; int phone[12]; float BMI; float BMR; float TDEE; float PROTEIN; float PROTEIN1; int age; float height; float weight; int gender1; float bodyweight,wrist,waist,hip,forearm; float A1,A2,A3,A4,A5,B,bodyfat,bodyfatparcentage; }info; typedef struct Account{ char username[20],password[20]; info form; }User; User user[20]; void printLine(){ printf("****************************...