ITM102 Structured Programming in C

Structured Programming in CModel question

Define a structure named student with data members Student Name, Student Id, Student Address, and Age. Write a C program to store the records of five students in a file named "student.txt" and then…

Define a structure named student with data members Student_Name, Student_Id, Student_Address, and Age. Write a C program to store the records of five students in a file named "student.txt" and then read the file to display the details of students whose age is between 20 and 25.

A worked answer is on its wayMeanwhile, read the Structured Programming in C notes for this topic.

Discussion

Loading…

More Structured Programming in C questions

All Structured Programming in C old questions