Page 1 of 1

Which among the following is correct function call for rand() and random()?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) rand() and random();
b) rand() and random(1);
c) rand(1) and random(1);
d) rand(1) and random();