C Programming :: Arrays
-
Is there any difference int the following declarations?
int fun(int arr[]);
int fun(int arr[2]);
Is there any difference int the following declarations?
int fun(int arr[]);
int fun(int arr[2]);