InterviewSolution
Saved Bookmarks
| 1. |
Anything Wrong With This Code? t*p = 0; Delete P; |
|
Answer» Yes, the program will CRASH in an ATTEMPT to DELETE a null POINTER. Yes, the program will crash in an attempt to delete a null pointer. |
|