1. | What will the function randomize() do in Turbo C under DOS? |
|||||||
Answer: Option C Explanation: 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.
|