Description: Array of structures to enter multiple records of students easily, which reduces redundancy and makes the code more readable. struct student s[3];//you can declare this outside main(), ...