1.

What is the use of random_shuffle() function of STL algorithm?

A. To generate the random sequence in a range
B. To generate a sequence in a given range and arrange them in random order
C. To rearrange given sequence randomly
D. To select any random number from the given sequence.
Answer» D. To select any random number from the given sequence.


Discussion

No Comment Found