Home » C Programming » C-Library-Functions » Question
  1. Which among the following is correct function call for rand() and random()?
    1. rand(1) and random();
    2. rand(1) and random(1);
    3. rand() and random(1);
    4. rand() and random();
    5. None of these
Correct Option: D

rand() and random();



Your comments will be displayed only after manual approval.