By mistake i forgot to enter the size of the array and wrote something like
int* ptr = new int[];
I was surprised when the code compiled. So, now since it compiled; could anyone let me know what is the meaning of this? it is creating an array of size?