1.

What are the advantages of a pointer?

Answer»

The advantages of the pointer are:

  • For objects memory can be allocated dynamically during runtime.
  • When objects are no more required, then memory can be released.
  • Memory is efficiently used because memory is allocated when needed and freed when it is not needed for objects.


Discussion

No Comment Found