What is the syntax of printing the first element of an array Arr using get() function?
Posted: Wed Jul 13, 2022 7:52 pm
a) Arr.get(0)
b) get<0>(Arr)
c) Arr.get[0]
d) get<0>[Arr]
b) get<0>(Arr)
c) Arr.get[0]
d) get<0>[Arr]
Accurate answers. Every time.
https://answerhappy.com/