answersLogoWhite

0


Best Answer

Write a console based C++ program that reads student information from a text file, build an array of objects of type class StudentInfo,

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can write a c program to store students record in a file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program to find the grade obtained by the students of a class using structure?

Write a program to find the grade obtained by the students of a class


How can I have a mobile application for my online store done?

You would have to pay a computer programmer to write an application program for your store.


Write a program which reads names of students and their telephones from a file and produce a linked list ordered in alphabetical order by the surname of the student?

write a program which reads names of students and their telephones from a file and produce a linked list ordered in alphabetical order by the surname of the student.


Is it more efficient to store the data in a matrix then write it to the file at the end of the program or to write each element to the file as the program runs?

It shouldn't make significant difference, only if the matrix is huge -- in that case you shouldn't store it in memory.


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50 percent in the test. Make necessary assumptions?

Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions


Write a c program to accept name and store the name in its short form?

happy birthday...


Write a program to accept name and store the name in it's short form as eg sikkim manipal university SMU?

Write a program to accept name and store the name in its short form (e.g. Sikkim Manipal University should be stored as SMU)


Write a program that create a record for a student the record should contain name s nameregistation numberfees paid the program shouild be menu driven it should be a structure in c?

Gurwinder singh Navdeep singh Harinderjeet


Do students like to write?

Yes students do like to write.


How do you write a c program that computes results of 10 students for any given 4 subjects grading their results from a A to U?

ghfj


What to write on my daughter's first year of dance for program book?

Write her name, age , place of the recital , what dance and to what music she performed, and the names of any students that accompanied her in the performance.


Write a program in c to sort the details of 10 students using the structure?

for(i = 0; i < num_students; i ++){ sort(student[i]); } That's what you get when you're that specific!