Question Detail

What among following is a generic class ?

  • Function Template
  • Class Template
  • Inherited Template
  • None of above
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 name
  • The new name defined by typedef, can be used as a type for another typedef
  • typedef defines new data types
  • None of the above

2. Enumerator will allocate the memory when its variables are defined.

  • True
  • False

3. & operator is ?

  • address operator
  • indirection operator
  • logical and
  • logical or

4. << operator is ?

  • stream extraction operator
  • stream insertion operator
  • left shift operator
  • right shift operator

5. Operator overloading is ?

  • giving new meaning to existing c++ operators
  • making c++ operators work with objects
  • giving c++ operators more than they can handle
  • making new c++ operators
Read more from - C++ Programming Questions Answers - Set 2