Home » C++ Programming » Numbers » Question
  1. How many parameters are available in srand function?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

There is one parameter available in srand function. That is an integer value to be used as seed by the pseudo-random number generator algorithm.



Your comments will be displayed only after manual approval.