Q143
Which of the following snippet will effectively generate random numbers?
A.
rand();
AnswerB.
rand(10);
C.
rand(time(NULL));
D.
all of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board