What is the difference between getch() and getche()?

What is the difference between getch() and getche() in C programming?

Your Answer

getche() give output without any buffer but the getch() give output with buffer. getch() reads only single character from the screen getche() reads a single character from the keyboard and displays immediately on output screen without waiting for enter key.

C Language

Didn't get the answer.
Contact people of Talent-C Language directly by clicking here