I have a array in c++ like this
int* arr = new int[8];
How can I add add 4 more to the limit of arr push the limit to 12.
I have a array in c++ like this
int* arr = new int[8];
How can I add add 4 more to the limit of arr push the limit to 12.