Define a structure student _record to contain name, date of borth and total marks obtain use the data structure in ex 10.4
Answers
Answered by
0
This program stores the information (name, roll and marks) of a student and displays it on the screen using structures. C Programming Structure. ... This structure has three members: name (string), roll (integer) and marks (float).
Similar questions