Question: THIS uses C please help me out i have 2 hours to submit Consider that the above files (course.h, course.c, student.h, student.c) are already written
THIS uses C please help me out i have 2 hours to submit
Consider that the above files (course.h, course.c, student.h, student.c) are already written and you are writing code to do the following in the main.c file: Include all required header files Write the main() function with all required parameters and return value, that does the following: Take the number of courses 'N' from the user Dynamically allocate memory for an array of 'N' Course objects Take the number of students 'M' from the user Dynamically allocate memory for an array of 'M' Student objects o Free the memory for the Course dynamic array . Free the memory for the Student dynamic array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
