Examveda

Which is the best way to generate numbers between 0 to 99?

A. rand()-100

B. rand()%100

C. rand(100)

D. srand(100)

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output