Question: Write a C program to store student information in a file. ? Ask for a students name, age, email and major (Engineering or Arts or
Write a C program to store student information in a file.
? Ask for a students name, age, email and major (Engineering or Arts or Economics etc.) information for storing. ? Run an infinite loop to ask if the user wants to keep adding new entries to the file.
? Keep appending the information to the file (a .txt). (you should append at least 3 records).
? Upload both your code (the .c) and the file (the .txt) that you create with all the stored information
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
