what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / ajendra singh
During the program execution, a single character is get or read through the getch(). The given value is not displayed on the screen and the compiler does not wait for another character to be typed and returns to the program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the different types of control structures?
Explain what’s a signal? Explain what do I use signals for?
What does. int *x[](); means ?
Can you please explain the scope of static variables?
How to declare pointer variables?
What is spaghetti programming?
What is pointer to pointer in c?
Do you know the use of 'auto' keyword?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the use of a ‘ ’ character?
What is header file in c?
What is n in c?
What does double pointer mean in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is a buffer in c?