(Solved) : 1 Write Suitable C Datatypes Data Structures Representing Various Pieces Information 2 Wri Q29878708 . . .
1. Write suitable C datatypes/data structures representingvarious pieces of information.
2. Write a function that reads files into these datatype/datastructures.
3. Write a function that calculates values from the datastructures.
4. Write main function that will call the above functions andoutput/write the results to a file.
You may refer to the following C function prototypes.
1. Declare suitable datatypes to represent
A. A unit in Computing containing an 3-digit unit code and a realnumber representing a mark out of 100.0.
B. A student record containing a list of units that the student hastaken, the number of units the student has taken and the name ofthe student up to 50 characters.
C. A collection of student records containing a list of studentsand the number of students.
Answer in C please
Expert Answer
Answer to 1 Write Suitable C Datatypes Data Structures Representing Various Pieces Information 2 Wri Q29878708 . . .
OR