what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sasireka
getch() returns to the program after hitting any key.
getche() waits for the character, read it and then returns
to the program
| Is This Answer Correct ? | 102 Yes | 32 No |
Post New Answer View All Answers
What is the need of structure in c?
What is sizeof in c?
formula to convert 2500mmh2o into m3/hr
What is wild pointer in c with example?
What are called c variables?
What is a static variable in c?
What is the difference between union and structure in c?
What is main function in c?
Can true be a variable name in c?
What is the process to create increment and decrement stamen in c?
How do I copy files?
What are the 4 types of programming language?
What is an endless loop?
How can you be sure that a program follows the ANSI C standard?
What is a scope resolution operator in c?