Computer Science, asked by yyuva707, 4 months ago

what is the function of getchar() and putchar () function.​

Answers

Answered by sarbanidasdimapur
3

Answer:

putchar() 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.

Similar questions