nabilarizwan0987 nabilarizwan0987 23-11-2022 Computers and Technology contestada Which of the following statements generates a random number between 0 and 50? Choices; a. srand(time(0)); num = rand() % 50; b. srand(time(0)); num = rand()50; c. srand(time(10)); num = rand() % 50; d. srand(time(10)); num = rand()/50;