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 is the use of sizeof () in c?
Is it possible to pass an entire structure to functions?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Write the Program to reverse a string using pointers.
How can I make it pause before closing the program output window?
What is structure of c program?
What is difference between arrays and pointers?
What are the types of pointers?
How do I round numbers?
How can I implement a delay, or time a users response, with sub-second resolution?
What are global variables and how do you declare them?
What is I ++ in c programming?
How do I create a directory? How do I remove a directory (and its contents)?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the significance of c program algorithms?