How to use pass 2d array to a function

how to pass the dynamically created 2d array to a function.
please mention all 3 step viz,
1.protototype
2.defination
3.function call
tell arguments for each

like u have to make
int *array
then
creation
array=new int
[size]
prototype
void function(int **)
defination
void function(int ** array)
function call
function(array)

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.