Vidyalelo
C++ Programming · Q327

C++ miscellaneous

Programming · C++ Programming · question 327

Q327

Which of the following is correct about swap()?

A.
Swaps first element of both tuples
B.
Swaps two tuples
Answer
C.
Swaps elements of a tuple alternatively
D.
Swaps last elements of two tuples

Answer: Option B

Solution

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