Vidyalelo
C Programming · Q143

File Input Output

Programming · C Programming · question 143

Q143

Which of the following snippet will effectively generate random numbers?

A.
rand();
Answer
B.
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