Commit d331266b by raliis

Upload New File

parent d05c21e1
Showing with 19 additions and 0 deletions
typedef struct
{
char name[30];
char subj[30];
int grade;
} Stud;
typedef struct
{
char name[30];
int grade;
} Filtered;
typedef struct
{
char name[30];
int grade;
float average;
} Avg;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment