what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / divyansh and ankur
as in the case of getch(),whn user rturn to the program after hitting the key that charctr will be erad n get stored as comapred with getch () the compiler will not store the value
,as by pressing alt+f5 in case getche ()
u wil notice tht scren will show the charctr that u pressed to go back o the progrm as it willl not show tht chrctr in simple getch()..thank u buddy
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the difference between malloc() and calloc() function?
What are the two types of structure?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the difference between the expression “++a” and “a++”?
Why we use int main and void main?
Is c language still used?
Is c call by value?
How do I get a null pointer in my programs?
What is line in c preprocessor?
Why we not create function inside function.
What is difference between main and void main?
When should a type cast be used?
What is logical error?
What are file streams?
What is the right way to use errno?