C++ Programming and Technical

Do I need to check for NULL before delete p?
A: No!

Read Solution (Total 0)

C++ Other Question

How can I convince my (older) compiler to automatically check new to see if it returns
NULL?
What are the two steps that happen when I say delete p?