Question Detail << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B Similar Questions : 1. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 2. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 3. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A 4. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 5. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2