How did he assign int*arr an array on int*s should he assign it to int**arr

look in the startin gof video when he hasnt coded the function , on 12th line in main he has written iint* arr = new int*[n] so he made arry of n int* pointers, so shouldn’t he he have written int**arr= new int*[n] instead of what he worte because arr should be pointer to a pointer to int. should it be this way?

this is correct statement

it is corrected later in the video at 2:49

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.