Question Detail cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Similar Questions : 1. Reference is like a PointerStructureArrayNone of above Answer: Option A 2. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 3. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 4. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 5. Which is not a correct variable type floatintdoublereal Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1