what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / mamatha
getch() is used for when we give the input that should be
hidden.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why calloc is better than malloc?
How to Throw some light on the splay trees?
What does %p mean c?
What does %2f mean in c?
Why do we write return 0 in c?
Explain what is the difference between a free-standing and a hosted environment?
What is putchar() function?
What is the difference between printf and scanf )?
Are there constructors in c?
Did c have any year 2000 problems?
Differentiate between Macro and ordinary definition.
Explain indirection?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What does %c do in c?
How do I copy files?