nextptr
Sign In
Sign Up
How to deallocate memory allocated by 'new []'
Question
| Apr 26, 2016 |
hkumar
c++
How to deallocate the memory allocated by '
char* cPtr = new char[100];
' in C++?