//Plz sort out my problem

#include<stdio.h>

struct student
{
int num;
char name[20];
};