1 2 3 4 5 6 7
struct student { char surname [15]; //фамилия int year; //год рождения char faculty [4]; //факультет int gr; //группа };