Which of the following opens the payroll.txt file for input? The file is associated with the inFile

Question:

Which of the following opens the payroll.txt file for input? The file is associated with the inFile object. 

a. inFile.open("payroll.txt", ios::app); 

b. inFile.open("payroll.txt"); 

c. inFile.open("payroll.txt", ios::in); 

d. Both b and c

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: