Which of the following snippet will effectively generate random numbers?
Posted: Wed Jul 13, 2022 7:54 pm
a) rand();
b) rand(10);
c) rand(time(NULL));
d) all of the mentioned
b) rand(10);
c) rand(time(NULL));
d) all of the mentioned
Accurate answers. Every time.
https://answerhappy.com/