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 activities is enabled by the resource shown in the accompanying figure?
A. social networking B. cloud computing C. grid computing D. wiki usage
Computer Science & Information Technology
Events appear in individual time slots in the appointment area.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
List and describe the four different generations of cellular technology.
What will be an ideal response?
Computer Science & Information Technology
Pattern-based architectural reviews can be useful for projects with short build cycles and volatile requirements.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology