

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is false? |
A. | cout represents the standard output stream in c++ |
B. | cout is declared in the iostream standard file |
C. | cout is declared within the std namespace |
D. | none of above |
Answer» C. cout is declared within the std namespace | |