Question Detail

C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Similar Questions :

1. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

2. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

3. What is polymorphism

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

4. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

5. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1