The ________ function reads the next character from the screen.
Answers
Answered by
1
function is a file handling function in C programming language which is used to write a character on standard output/screen. getchar() function is used to get/read a character from keyboard input
Answered by
3
Answer:
The getchar function reads the next character from the screen.
Similar questions