Question: C Programming Define a structure called course that has a field for the section (integer), a field for the name (char array of size 20),
C Programming
Define a structure called course that has a field for the section (integer), a field for the name (char array of size 20), a field for grade (char). The main must create an array of type course of size 30. This array is passed to a function called populate that reads (from the keyboard) values for each field of each of the 30 courses. Another function called print must display each course (course name, section number, grade) in a tabular format.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
