How to deallocate memory allocated by 'new []'

Question | Apr 26, 2016 | hkumar 

How to deallocate the memory allocated by 'char* cPtr = new char[100];' in C++?