download Mastguru Android App

Question Detail

Which arithmetic operation can be done in pointer

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

1. How we define our name for constants

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

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

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

3. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

4. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

5. 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
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment

  • vj 11 years ago

    Addition of two pointer is not possible