int **arr = new int *[100]
please explain how they form array arr?
Pointers and arrays
@Vipul.kapoor it forms a 2d array, ie an array of size 100 whose each element(which is also a pointer) points to a 1 d array
not able to understand
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.