Q40
Which algorithm in C++ STL is used to shuffle the elements in a range randomly?
A.
random_shuffle
B.
shuffle
AnswerC.
mix
D.
randomize
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board