Multiple choice Which of the options shows the correct steps to process a file in C++ program? Name the file, open the file and close the file Open the existing file, read/write the file and close the file Open the file, read the file and write a file Create a file, open the file and close the file Reveal answer Fill a bubble to check yourself B Correct answer Explanation The steps to process a file in C++ are Open the file Read or write the file Close the file