sbn.cassigment/work1/course_tag.h

8 lines
103 B
C

struct course_tag
{
char course_name[20];
int no_of_units;
int marks[4];
float avg;
};