[solved] – Question 69328
Write a function read_records() that read 4 student records from
“roster.txt” and stores them in an array of student_t variables such that the first
array slot stores information of the first student, etc. A0110793H 3 4 A- 4 C 4 B+
Function prototype is as follows.
void read_records(student_t stu[]);
Expert Answer
OR

