Question: #define MAX_LEN_NAME 20 #define MAX_GRAD_STUDENTS 5 #include #include #include typedef struct justATag { char name [MAX_LEN_NAME]; char supervisor [MAX_LEN_NAME); int numCoursesDone; float currentPercentage; } gradStudent;

![justATag { char name [MAX_LEN_NAME]; char supervisor [MAX_LEN_NAME); int numCoursesDone; float currentPercentage;](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2f980b3cb6_61666f2f9803a441.jpg)

#define MAX_LEN_NAME 20 #define MAX_GRAD_STUDENTS 5 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
