a) Arr.get(0)
b) get<0>(Arr)
c) Arr.get[0]
d) get<0>[Arr]
What is the syntax of printing the first element of an array Arr using get() function?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the syntax of printing the first element of an array Arr using get() function?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!