Hi good people? Please assist me with the code to this problem in a typical C source code on Windows platform: Question: A lecturer keeps a record containing the following data for each student;name,registration number,unit,exam score and grade based on any logical grading system. 1. using arrays write a c program that stores the above details in an array of records for an unspecified number of students. 2. using pointer to a record write a c program that stores the above details in an array of records for a number of students. -the program should be menu-driven. Kindly assist in coming up with the code of the above problem .Thanks in advance and keep up the good job you guys are doing!