A
Amit Gulati
Why is this valid in C++ ??
int *i = new int[];
I can access upto 4 elements using the int pointer.
If the dimension is not specified, then how many elements
are created??
Thanks
Amit
int *i = new int[];
I can access upto 4 elements using the int pointer.
If the dimension is not specified, then how many elements
are created??
Thanks
Amit