Question Detail Queues are based on ? LIFOFIFOLILOFILO Answer: Option B Similar Questions : 1. 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 2. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 3. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 4. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 5. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2