download Mastguru Android App

Question Detail

Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above
Similar Questions :

1. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

2. what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

3. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above

4. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

5. C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment