1.

Is there any difference int the following declarations?
int fun(int arr[]);
int fun(int arr[2]);

A. Yes
B. No
Answer» C.


Discussion

No Comment Found