Question Detail cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Similar Questions : 1. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 2. Reference is like a PointerStructureArrayNone of above Answer: Option A 3. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 4. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse 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