Question Detail

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
Similar Questions :

1. Even if we define a function in a class, then also we need to declare it first.

  • True
  • False

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

  • True
  • False

3. Can we define array of classes in c++ ?

  • Yes
  • No

4. Inheritance is referred to as

  • “is a” relationship
  • "have a" relationship
  • both of above
  • none of above

5. C++ is a ?

  • Procedural programming language
  • Structural programming language
  • Low level language
  • Object oriented programming language
Read more from - C++ Programming Questions Answers - Set 2