Question Detail cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Similar Questions : 1. 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 2. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 3. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 4. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 5. How we mark the end of c++ statement ;:>><< Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1