Question: The question is C++ , Not java , i need the answer within 60min please , thanks Question 16 which of the following code segment

The question is C++ , Not java , i need the answer within 60min please , thanks
Question 16 which of the following code segment will open a file called MyFile.dat? A) readFile infile; infile.readFile("MyFile.dat"); B ifstream infile; infile.open("MyFile.dat"); ifstream infile; infile.Read("MyFile.dat"); D) openFile infile; infile.openFile("MyFile.dat"); Question 17 In C++, which of the following libraries need to be included in order to A) #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
