Vidyalelo
C++ Programming · Q279

C++ miscellaneous

Programming · C++ Programming · question 279

Q279

What is the use of get() function in tuples?

A.
To access an element of a tuple
Answer
B.
To print an element of a tuple
C.
To check whether the element of the tuple is empty
D.
To delete an element

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board