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);

c. void output( ostream &outFile);

Computer Science & Information Technology

You might also like to view...

Which of the following will compile a program called ReadIt?

a. java ReadIt.java b. java ReadIt.javac c. javac ReadIt.java d. javac ReadIt.javac

Computer Science & Information Technology

A ____________ is a complete set of information about a single item in a table.

a. bit b. column c. cell d. row

Computer Science & Information Technology