download Mastguru Android App

Question Detail

Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above
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 is not C++ storage class

  • auto
  • register
  • static
  • iostream

3. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}

4. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

5. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment

  • vj 11 years ago

    Addition of two pointer is not possible