Thursday, 16 August 2012

Is there any difference in the following declarations? | C Programming

int fun(int arr[]);
int fun(int arr[2]);


A. Yes   
B. No

Ans: B

No comments: