Computer Science, asked by DevanshuNegi3128, 1 year ago

What will the function randomize() do in turbo c under dos?

Answers

Answered by srikanth2716
6

What will the function randomize() do in Turbo C under DOS? returns a random number generator in the specified range. ... The randomize() function initializes the random number generator with a random value based on time. You can try the sample program given below in Turbo-C, it may not work as expected in other compilers.

Similar questions