

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the correct syntax to send an array as a parameter to function? |
A. | func(&array); |
B. | func(#array); |
C. | func(*array); |
D. | func(array[size]); |
Answer» B. func(#array); | |