Question Detail What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above 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. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 3. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 4. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 5. 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 Read more from - C++ Programming Questions Answers - Set 2