I want to make a structure similar to course registration in C. For this, I used struct instead of the table.
STUDENT *createStudent(){ return (STUDENT *)