What is the difference between getch() and getche() in C programming?
getch() -displays the input once it is stored
getche() - displays the input twice I. E. While entering through keyboard as well as after storing it.. That is it echoes the input
Both give output without pressing enter key