LIST OF PROGRAMS #include<stdio.h> #include<conio.h> struct book { char student[20]; int marks[5]; }s2[5]; void main() { int i,j; clrscr(); for(j=0;j<5;j++) { printf("\nENTER DETAILS OF %d STUDENT: ",j+1); printf("\nENTER STUDENT NAME"); fflush(stdin); gets(s2[j].student); for(i=0;i<3;i++) {printf("\nENTER MARKS IN %d SUBJECT ",i+1); scanf("%d",&s2[j].marks[i]); } } for(j=0;j<5;j++) { printf("DETAILS OF %d STUDENT ARE : ",j+1); printf("\nSTUDENT NAME "); puts(s2[j].student); for(i=0;i<3;i++) { printf("\n MARKS IN %d SUBJECT ",i+1); printf("%d",s2[j].marks[i]); } } getch(); } LIST OF PROGRAMS
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.