Top

Discussion

Is there any difference int the following declarations?

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

  • A.Yes
  • B.No

Answer: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment