Write a C/C++ program that allow users to create a new file using the CreateFile() function. The name of the file should be “Studentinfo” and it should be a ".doc” file. The user can input their name i.e., “ABC” and roll number i.e., “XYZ”, which will be written to the file using the WriteFile() function. Additionally, the program can read and display the content of an existing file using the ReadFile() function.
CS609 ASSIGNMENT 1, SPRING 2023.
DUE DATE: 13-11-2023
Please watch the video to get the Source File.