Kizspy | Question: 33 (Choose 1 answer)
To avoid the generated random number sequence being identical after the program is run again and again, we need to use the library and the function before using the rand() function.
A. stdlib.h, randomize()
B. stdlib.h, reset()
C. time.h, randomize()
D. time.h, srand()