Question Detail << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B Similar Questions : 1. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 2. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 3. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 4. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C 5. Can we define array of classes in c++ ? YesNo Answer: Option A Read more from - C++ Programming Questions Answers - Set 2