MCQOPTIONS
Saved Bookmarks
| 1. |
On freeing a dynamic memory, if the pointer value is not modified, then the pointer points to. |
| A. | NULL |
| B. | Other dynamically allocated memory |
| C. | The same deallocated memory location |
| D. | It points back to location it was initialized with |
| Answer» E. | |