sbn.cassigment/work1/course_tag.h

8 lines
103 B
C
Raw Normal View History

2020-07-31 17:49:59 +07:00
struct course_tag
{
char course_name[20];
int no_of_units;
int marks[4];
float avg;
};