Vidyalelo
C++ Programming · Q40

Standard Template Library (STL) in C++

Programming · C++ Programming · question 40

Q40

Which algorithm in C++ STL is used to shuffle the elements in a range randomly?

A.
random_shuffle
B.
shuffle
Answer
C.
mix
D.
randomize

Answer: Option B

Solution

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