Dynamic initialization of array inside main function

i am not able to understand this function and its arguments
which are passed in this boilerplate code

@anyamaurya since it is a 2d array, it is represented like a pointer to a pointer. Bascially, when we dynamically allocate an array, its stored in a pointer. So an array of array is also stored in a pointer. Therefore we use **arr.

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.