Computer Science, asked by Skumarsksk3238, 1 year ago

Program in c to generate random numbers using rand function

Answers

Answered by KartikSharma13
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 Anonymous
31

Explanation:

d. random()

It's 100% correct...

Similar questions