Computer Science, asked by favofc, 3 months ago

The ________ function reads the next character from the screen.

Answers

Answered by Anonymous
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 ItzSiddhi3009
3

Answer:

The getchar function reads the next character from the screen.

Similar questions