You are viewing a single comment's thread. Return to all comments →
What exactly is delete[] A ??
it is to delete the dynamically allocated memory from heap.
Arrays Introduction
You are viewing a single comment's thread. Return to all comments →
What exactly is delete[] A ??
it is to delete the dynamically allocated memory from heap.