what is the difference between getch() and getche()?
Answer Posted / ayaskanta
getch is used to get a character from keyboard. once a key
is pressed it goes back to blue screen. In the case of
getche the compiler waits for you to press ENTER after you
have entered another character through keyboard.
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
How a string is stored in c?
What is a double c?
What are reserved words with a programming language?
What are header files and what are its uses in C programming?
Is c language still used?
What is optimization in c?
What is difference between structure and union in c programming?
Can a file other than a .h file be included with #include?
What is #include stdio h?
Can you subtract pointers from each other? Why would you?
is it possible to create your own header files?
Should I learn data structures in c or python?
Is main is a keyword in c?
What does volatile do?
How can I delete a file?