C Program Practical File
C Program Practical File
printf("\n************************\n");
printf("\nRoll Number : %d", s.roll);
printf("\nName : %s", s.name);
printf("\nMarks : %.2f", s.marks);
//%.2f to show two decimal places
getch();
}
Output: