Solved

Which of the Following Function Declarations Will Accept Either Cout

Question 23

Multiple Choice

Which of the following function declarations will accept either cout or a file stream object as its argument?


A) void output fstream &outFile) ;
B) void output ofstream &outFile) ;
C) void output ostream &outFile) ;
D) void output iostream &outFile) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions