Question Detail Can we overload constructors in C++ YesNo Answer: Option A Similar Questions : 1. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 2. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 3. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 4. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 5. Which operator is used for comparing two variables :===:== Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1