Smith,James,2.9 Johnson,Mary,2.2
struct Node
, a node in a
dynamically-allocated linked list. Each node will
contain the information for a single student,
plus a pointer to the next struct Node
.
data.txt
float
.
char *
pointers to
dynamically-allocated strings via malloc
and friends.
data.txt
. For example, the sample
data.txt
has fifty lines, but you must not count
on that in your program.