Question: Question 6 The C++ statement used to close the file named infile is A infile.close(); B infile.closeFile(); C close(infile); D closeFile(infile)
Question 6 The C++ statement used to close the file named infile is A infile.close(); B infile.closeFile(); C close("infile"); D closeFile("infile")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
