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
what are the advantages of a macro over a function?
How important is structure in life?
How do you view the path?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are header files in c?
What is cohesion and coupling in c?
What is echo in c programming?
Explain how do you view the path?
What is this infamous null pointer, anyway?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the use of header files?
Can we increase size of array in c?
Why static is used in c?
What is a rvalue?
What is auto keyword in c?