Page 1 of 1

What is the syntax of printing the first element of an array Arr using get() function?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Arr.get(0)
b) get<0>(Arr)
c) Arr.get[0]
d) get<0>[Arr]