what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rashmi
getch() helps in holding the console screen and helps in reading the codes properly
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
Is c++ based on c?
Where we use clrscr in c?
How can I trap or ignore keyboard interrupts like control-c?
Explain what is the benefit of using const for declaring constants?
What are the different types of linkage exist in c?
What does c mean?
How to write a code for reverse of string without using string functions?
What is s or c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is context in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Difference between Shallow copy and Deep copy?
What is #include stdio h and #include conio h?
what are enumerations in C