Home » C++ Programming » Numbers » Question
  1. Which is a constant defined in <cstdlib> header file?
    1. Rand
    2. Srand
    3. RAND_MAX
    4. All of above
    5. None of these
Correct Option: C

RAND_MAX is a constant defined in <cstdlib> for deciding the maximum random number that can be produced.



Your comments will be displayed only after manual approval.