Q. Which function is used to read a single character from user input?
β
Correct Answer: (C)
getchar()
Explanation: getchar() is used to read a single character from standard input.