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
Differentiate fundamental data types and derived data types in C.
How was c created?
What is return type in c?
What does static variable mean in c?
What are the different data types in C?
What are the different types of control structures in programming?
What is the difference between a function and a method in c?
Explain what is the difference between the expression '++a' and 'a++'?
what is the different bitween abap and abap-hr?
What is the purpose of realloc()?
Explain what is the best way to comment out a section of code that contains comments?
Which header file is essential for using strcmp function?
Explain what is the benefit of using an enum rather than a #define constant?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How do I send escape sequences to control a terminal or other device?