1.

Which of the following snippet will effectively generate random numbers?

A. rand();
B. rand(10);
C. rand(time(NULL));
D. all of the mentioned
Answer» B. rand(10);


Discussion

No Comment Found