download Mastguru Android App

Question Detail

Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0
Similar Questions :

1. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

2. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

3. Which is not a correct variable type

  • float
  • int
  • double
  • real

4. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

5. Can we overload constructors in C++

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment