Q83
Which of the following is the correct syntax to send an array as a parameter to function?
A.
func(&array);
AnswerB.
func(#array);
C.
func(*array);
D.
func(array[size]);
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board