Question Detail

Which arithmetic operation can be done in pointer

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

1. Every class has atleast one construtor

  • True
  • False

2. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

3. Meaning of deed copy is

  • A deep copy creates a copy of the dynamically allocated objects too
  • A deep copy just copies the values of the data as they are
  • A deep copy creates a copy of the statically allocated objects too
  • Both A and C

4. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

5. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream
Read more from - C++ Programming Questions Answers - Chapter 1