Pointers and arrays

int **arr = new int *[100]
please explain how they form array arr?

@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

@Vipul.kapoor please read about dynamic memory allocation.

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.