Program in c to generate random numbers using rand function
Answers
Answered by
0
As the random numbers are generated by an algorithm used in a function they are pseudo-random, this is the reason that word pseudo is used. Function rand() returns a pseudo-random number between 0 and RAND_MAX. RAND_MAX is a constant which is platform dependent and equals the maximum value returned by rand function.
Answered by
31
Explanation:
d. random()
It's 100% correct...
Similar questions