Question Detail

Can we overload constructors in C++

  • Yes
  • No
Similar Questions :

1. Which is not a correct variable type

  • float
  • int
  • double
  • real

2. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

3. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above

4. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

5. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above
Read more from - C++ Programming Questions Answers - Chapter 1