Question Detail cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Similar Questions : 1. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 2. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 3. Which operator is used for comparing two variables :===:== Answer: Option D 4. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 5. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1