Hi everyone, I want to excess a operate according to a wide range dimension or perhaps tips.
Ex:
int calc(int a[]);
int calc(int a[][]);
as well as
int calc(int *a);
int calc(int **a);
*a ought to be &a however i don't realize how to encounter any research of an reference i really wrote regarding greater understading...