1.

Is there any difference in the following declarations?
int myfun(int arr[]);
int myfun(arr[20]);

A. Yes
B. No
Answer» B. No


Discussion

No Comment Found