Create Student Record File
Create Student Record File in C++. Write a C++ program to create student record file. The program will input and write records in file. It will ask “Do you want to add more records (y/n)? If the user enters a ‘y’ , the program will input one more record otherwise it will stop. Source Code… Read More »