Answers

Question and Answer:

  Home  C++ Programming

⟩ Anything wrong with this code? T *p = 0; delete p;

Yes, the program will crash in an attempt to delete a null pointer.

 169 views

More Questions for you: