Computer Science, asked by omkarausarkar669, 11 months ago

Difference between getch () and getchar ()

Answers

Answered by chhetrigaurav074
0

Answer:

getch reads a single character directly from the keyboard, without echoing to the screen. This function return the character read from the keyboard. ... getchar() is used to get or read the input (i.e a single character) at run time. This function return the character read from the keyboard.

Similar questions