what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sachin banaya
getch() is used to wait the execution of program on console
unless program will skeep the output witout showing on
console of program in short it all time to user to see
output during the run time of program
| Is This Answer Correct ? | 38 Yes | 16 No |
Post New Answer View All Answers
If fflush wont work, what can I use to flush input?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What does the && operator do in a program code?
How do you search data in a data file using random access method?
What is the return type of sizeof?
Are pointers integers in c?
What is an operator?
Explain a file operation in C with an example.
What are the differences between Structures and Arrays?
Why is this loop always executing once?
Is fortran still used today?
What is pointers in c with example?
What is the easiest sorting method to use?
Linked lists -- can you tell me how to check whether a linked list is circular?
What does %d do?