Question: Complete Course.c by implementing the CourseSize ( ) function, which returns the total number of students in the course. Given files: main.c contains the main

Complete Course.c by implementing the CourseSize() function, which returns the total number of students in the course.
Given files:
main.c contains the main function for testing the program.
Course.h and Course.c represent a course struct, which has two data members: an array of a maximum of 20 Student structs as a course roster, and the number of students in the course. (Type your code in Course.c.)
Student.h and Student.c represent a classroom student struct, which has three data members: first name, last name, and GPA.
Note: For testing purposes, different student values will be used.
Ex. For the following students:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!