Q. Which function is used to generate random numbers?
β
Correct Answer: (C)
rand()
Explanation: rand() returns a pseudo-random number.