What is the difference between getch() and getche()?
Answer Posted / vinod kumar
getch() returns the character you typed without displaying
it on the screen.
getche() returns the character you typed by displaying
(echoing) it on the screen.
and finally, getchar() works similarly and echos the
character that u typed on the screen after "enter" is given.
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
Why we use break in c?
which is an algorithm for sorting in a growing Lexicographic order
How to compare array with pointer in c?
Explain the difference between structs and unions in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
how do you programme Carrier Sense Multiple Access
Write a program of prime number using recursion.
What does the error message "DGROUP exceeds 64K" mean?
What is modifier & how many types of modifiers available in c?
How can you tell whether two strings are the same?
What is hungarian notation? Is it worthwhile?
Explain what will the preprocessor do for a program?
Add Two Numbers Without Using the Addition Operator
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How can I handle floating-point exceptions gracefully?