Q30
What is the correct way to pass an array to a function in C++?
A.
By declaring the array globally and accessing it directly
B.
By passing the array index as a parameter
C.
By passing the array name and size as parameters
AnswerD.
By passing each array element as a parameter
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board