#include #include #include void main() { int no,i,stud; char records[100][60]; clrscr(); printf("\nEnter the number of students: "); scanf("%d",&stud); printf("\nEnter the names of the students: "); for(i=0;i