what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / abhinav
getch() waits for the user to input a character and
displays the output till the user enters a character.As
soon as the user enters a character it transfers the
control back to the main function, without displaying what
character was entered.
getche() does the same thin but it displays the chacter
entered.here e stands for echo.
| Is This Answer Correct ? | 191 Yes | 24 No |
Post New Answer View All Answers
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is null pointer in c?
How to throw some light on the b tree?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Suggesting that there can be 62 seconds in a minute?
What is c variable?
Give the rules for variable declaration?
What is function prototype in c language?
How to declare a variable?
What is the advantage of using #define to declare a constant?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How does #define work?
Why should I use standard library functions instead of writing my own?
What is the scope of an external variable in c?
Is a house a mass structure?