Q. Which statement can be used to take any input from the user from standard screen?
β
Correct Answer: (A)
gets
Explanation: The gets statement can be used to take any input from the user from standard screen called STDIN.