download Mastguru Android App

Question Detail

& operator is ?

  • address operator
  • indirection operator
  • logical and
  • logical or
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. When one class inherits from the base class, then the original class is called ?

  • derived class
  • base class
  • sub class
  • basic class

3. Constructors has return type void ?

  • True
  • False

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

  • Yes
  • No

5. A Variable __ of void type.

  • May be declared
  • Can be initialized
  • Cannot be intialized
  • Cannot be declared
Read more from - C++ Programming Questions Answers - Set 2
Post a comment