// Student.h struct Student { int no; char grade[14]; };