

MCQOPTIONS
Saved Bookmarks
1. |
Is there any difference in the following declarations? int myfun(int arr[]);int myfun(arr[20]); |
A. | Yes |
B. | No |
C. | Yes |
D. | No |
Answer» B. No | |