Smith,James,795534,2.9,M,senior Johnson,Mary,882417,2.2,F,sophomore
struct Student
, which contains
the information for a single student.
data.txt
struct Student
.
int
.
float
.
char
.
data.txt
. For example, the sample
data.txt
has fifty lines, but you must not count
on that in your program.
struct Student
must be dynamically allocated via malloc
and
friends.
struct Student
must be
dynamically allocated via malloc
and friends.