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
What is keyword with example?
Explain the concept and use of type void.
What is c programming structure?
What is use of null pointer in c?
What is #error and use of it?
Tell me when would you use a pointer to a function?
Why #include is used in c language?
Which of these functions is safer to use : fgets(), gets()? Why?
what is use of malloc and calloc?
How can I use a preprocessorif expression to ?
What are multibyte characters?
What is the condition that is applied with ?: Operator?
What is the main difference between calloc () and malloc ()?
How can I recover the file name given an open stream or file descriptor?
What is the difference between fread and fwrite function?