Q33
What is the syntax of printing the first element of an array Arr using get() function?
A.
Arr.get(0)
B.
get<0>(Arr)
AnswerC.
Arr.get[0]
D.
get<0>[Arr]
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board