InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Use A New For The Reallocation Of Pointers ? |
|
Answer» The REALLOCATION of POINTERS cannot be DONE by USING new. It can be done by using the reallocQ operator. The reallocation of pointers cannot be done by using new. It can be done by using the reallocQ operator. |
|