imho i count 41 bytes based on the struct declaration above so you sure have some bits leftover.Code:#include <stdio.h> #include <stdlib.h> #define FILE_NAME "~/CSC60/lab5/out.txt" #define MAX_SIZE 29 #define SIZE 3 typedef struct { int idNumber; char name[MAX_SIZE],testScore[SIZE], programScore[SIZE]; char cLvl_gender, age; }student;



LinkBack URL
About LinkBacks



