Vidyalelo
C++ Programming · Q644

C++ miscellaneous

Programming · C++ Programming · question 644

Q644

Which of the following is correct about tuple_size?

A.
Returns the number of elements in a tuple
Answer
B.
Returns the maximum sized type element
C.
Returns the total number of bits used by the tuple
D.
Returns the sum of non-string values

Answer: Option A

Solution

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