Int **arr intuition

can you please explain int **arr in detail which is used in the program and why do we use it instead of int arr[][]

hello @kani001

to understand that syntax u need to learn about dynamic memory allocation and new operator in c++ .
read about it from here->link