//Struct is a compound data type that contains different variables of different types. struct Student { char stuName[30]; int stuRollNo; int stuAge; };