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
Explain what are preprocessor directives?
What are the 4 types of functions?
What are runtime error?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is array in c with example?
What is preprocessor with example?
What is the role of && operator in a program code?
How can I recover the file name given an open stream?
Do you know the purpose of 'register' keyword?
Explain the binary height balanced tree?
What is the difference between text and binary modes?
How can I discover how many arguments a function was actually called with?
What are control structures? What are the different types?
Explain what is wrong in this statement?
What is difference between union and structure in c?