download Mastguru Android App

Question Detail

Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above
Similar Questions :

1. Which is not a correct variable type

  • float
  • int
  • double
  • real

2. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class

3. If value has not type, then the pointer pointing to this value will be known as

  • Empty pointer
  • Null pointer
  • Void pointer
  • None of above

4. Can we overload constructors in C++

  • Yes
  • No

5. Difference between static and dynamic memory allocation is

  • In static memory allocation memory to be allocated in preknown
  • In dynamic memory allocation memory to be allocated in preknown
  • There is no differnece
  • Not exact difference is mentioned
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment

  • vj 11 years ago

    Addition of two pointer is not possible