what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / satnam
getch() is accept the input from the user & write directly in the memory without displaying on the screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you read a directory in a C program?
What are the types of type qualifiers in c?
What is the difference between fread and fwrite function?
Define the scope of static variables.
How do I copy files?
Explain is it better to bitshift a value than to multiply by 2?
Is c is a low level language?
What are variables c?
How macro execution is faster than function ?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Write a Program to accept different goods with the number, price and date of purchase and display them
Which is more efficient, a switch statement or an if else chain?
What is the purpose of void in c?
How to declare a variable?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?