download Mastguru Android App

Question Detail

How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<
Similar Questions :

1. What is polymorphism

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

2. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

3. Which is not a correct variable type

  • float
  • int
  • double
  • real

4. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

5. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment