1.

Write About The Retrieval Of N Number Of Objects During The Process Of Delete[]p?

Answer»

<P>The n NUMBER of OBJECTS can be retrieved with the help of the pointer p (it stores the n number of objects) at the run TIME.
This can be achieved by the application of two techniques, which are:

  1. An ARRAY which can be associated with p in the form of key and a value such as n.
  2. Over-allocation of the array can be done. The preceding techniques are used by the compilers of commercial grade.

The n number of objects can be retrieved with the help of the pointer p (it stores the n number of objects) at the run time.
This can be achieved by the application of two techniques, which are:



Discussion

No Comment Found