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
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
what will be maximum number of comparisons when number of elements are given?
Explain how can a program be made to print the line number where an error occurs?
Explain how can you tell whether two strings are the same?
What are dangling pointers in c?
What are the advantages of c language?
Differentiate between a for loop and a while loop? What are it uses?
What is calloc malloc realloc in c?
What is exit() function?
What are qualifiers?
What is the difference between ++a and a++?
What are identifiers c?
I came across some code that puts a (void) cast before each call to printf. Why?
Explain the use of #pragma exit?
What's the best way of making my program efficient?