Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C%20%20%20Interview%20Questions%20and%20Answers

Question: Anything wrong with this code?
T *p = 0;
delete p;
Answer: Yes, the program will crash in an attempt to delete a null pointer.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook