Code has been added to clipboard!

Understand Raw Pointers

Example
char* str = new char [5];
delete [] str;