Programming Example
Write a C program to read name and marks of n number of students from the user and store them in a file. If the file previously exits, add the information of n students.
Write a C program to read name and marks of n number of students from the user and store them in a file. If the file previously exits, add the information of n students.