what is the function of getchar() and putchar () function.
Answers
Answered by
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