what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / karan kakade
it helps to keep the o/p screen stabel, or else the o/p
screen would blink n will go to notepad where we write
prog....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you delete a node in DLL?
Write a program which returns the first non repetitive character in the string?
How can I prevent another program from modifying part of a file that I am modifying?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Is c language still used?
What are the differences between Structures and Arrays?
What is bubble sort technique in c?
When can a far pointer be used?
Explain setjmp()?
Why calloc is better than malloc?
Lists the benefits of c programming language?
What is conio h in c?
write an algorithm to display a square matrix.
differentiate built-in functions and user – defined functions.
Why is c called a structured programming language?