1.

Mention any three advantages of pointer.

Answer»

The three advantages of pointer are:

  1. For objects, memory can be allocated dynamically during runtime.
  2. When objects are not used, then memory can be released.
  3. Memory is efficiently used.


Discussion

No Comment Found

Related InterviewSolutions