Define a structure to store roll_no, name and marks of a student

a) Define a structure to store roll_no, name and marks of a student.

write a ‘C’ program to create a file “student.dat”. There
must be one record for every student in the file. Accept the data from the user.
write a ‘C’ program to search for the details of the
student whose name is entered by the user.


Leave a Reply