Creating C Program using struct Create a C PROGRAM USING STRUCT to store and access “id, name and percentage” for 3 students. NOTE: Your source code must display any of the given sample output below....


Creating C Program using struct
Create a
C PROGRAM USING STRUCT
to store and access “id, name and percentage” for 3 students.
NOTE:
Your source code must display any of the given sample output below.
It means your source code should be flexible enough to meet any of the given sample output.
Your source code output must be identical to any of the given sample output.
It means you have to strictly follow what are the displayed text, labels, casing of characters in the sample output.



Sample Outputs:


Sample Output 1<br>Sample Output 2<br>Records of STUDENT: 1<br>Records of STUDENT: 1<br>ID: 1<br>ID: 1<br>Name: Naruto<br>Name: Bulbasaur<br>Percentage: 86.50<br>Percentage: 80.00<br>Records of STUDENT: 2<br>Records of STUDENT: 2<br>ID: 2<br>ID: 2<br>Name: Luffy<br>Name: Squirtle<br>Percentage: 90.50<br>Percentage: 90.00<br>Records of STUDENT: 3<br>Records of STUDENT: 3<br>ID: 3<br>ID: 3<br>Name: Goku<br>Name: Charmander<br>Percentage: 81.00<br>Percentage: 100.00<br>

Extracted text: Sample Output 1 Sample Output 2 Records of STUDENT: 1 Records of STUDENT: 1 ID: 1 ID: 1 Name: Naruto Name: Bulbasaur Percentage: 86.50 Percentage: 80.00 Records of STUDENT: 2 Records of STUDENT: 2 ID: 2 ID: 2 Name: Luffy Name: Squirtle Percentage: 90.50 Percentage: 90.00 Records of STUDENT: 3 Records of STUDENT: 3 ID: 3 ID: 3 Name: Goku Name: Charmander Percentage: 81.00 Percentage: 100.00

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here