Q107
Which among the following is correct function call for rand() and random()?
A.
rand() and random();
AnswerB.
rand() and random(1);
C.
rand(1) and random(1);
D.
rand(1) and random();
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board