Question: Write a C program to store the information of a student using structure. Sample Input Sample Output Enter information: Enter name: Vanya
Write a C program to store the information of a student using structure.
Sample Input | Sample Output |
Enter information: Enter name: Vanya Enter roll number: 25 Enter marks: 80 | Displaying Information: Name: Vanya Roll number: 25 Marks: 80 |
Step by Step Solution
There are 3 Steps involved in it
C program to store the information of a student using structure include defi... View full answer
Get step-by-step solutions from verified subject matter experts
