Is there any difference int the following declarations?
int fun(int arr[]); int fun(int arr[2]);
Answer: B
No answer description available for this question.