Question Detail cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Similar Questions : 1. C++ programs must contain start()system()main()program() Answer: Option C 2. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 3. Can #define accept parameters YesNo Answer: Option A 4. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 5. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1