InterviewSolution
Saved Bookmarks
| 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.
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. |
|