Page 1 of 1

What are the tuples in C++?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) Objects that can hold more than one element of different types
b) Objects that can hold a single element of complex type
c) Objects that can hold more than one element of the same types
d) Objects that can hold a single element of fundamental type