what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sudheer varma
getch() is a predefined function.By using this function we
can read a key stroke from keyword.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
c program to compute AREA under integral
How can I copy just a portion of a string?
Simplify the program segment if X = B then C ← true else C ← false
Describe static function with its usage?
What is an lvalue in c?
What is the use of function overloading in C?
Where static variables are stored in memory in c?
Do pointers take up memory?
What are the different types of errors?
What is the use of in c?
How do we open a binary file in Read/Write mode in C?
What is the difference between int main and void main in c?
Do string constants represent numerical values?