C++ Programming and Technical

What is the difference between delete and delete[]?

Read Solution (Total 0)

C++ Other Question

What is difference between new and malloc? What is difference between malloc()/free() and new/delete?