Question: Write a C program cudb that works as a database for students, including their GPA, using the following template: The result from running the program
Write a C program cudb that works as a database for students, including their GPA, using the following template:

The result from running the program should look like the following:

// cudb.c #include ?stdio.h? #de fine NAME. SIZE 5 typedef struct char name [NAME_SIZE] int data; student t int main) - puts ("Welcome to CUDB- The C University Data Base") Add functions and other code as needed. The structure studentt can not be changed. return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
