Share
I want program for read 5 student'name, roll, and address, marks using structure in c programming.
In progress
Programming, C
14 Mar 2025
2 views
Answers ( 1 )
A structure is used to store multiple data of information under one name. For example, for each student, we need to store their name, roll number, address, and marks.
Program for read student data