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

Correct Answer: get<0>(Arr)
To access the first element of an array class Arr using get() function, we use the following get(Arr) where index is an integer constant number, not an identifier.