Add student tag inside
This commit is contained in:
parent
b1fe773f8a
commit
bc93e0313c
@ -13,6 +13,12 @@ struct course_tag {
|
|||||||
float avg;
|
float avg;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct student_tag {
|
||||||
|
struct person_tag student_info;
|
||||||
|
struct course_tag course_info;
|
||||||
|
struct student_tag *next;
|
||||||
|
}
|
||||||
|
|
||||||
void display_students(void);
|
void display_students(void);
|
||||||
void search_student(void);
|
void search_student(void);
|
||||||
void find_maximum(void);
|
void find_maximum(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user