what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / pravin
getch() is the function which only reserv our time and it
is portable to see the direct output without going into the
another menu. it gives us echoing. in simple wayit is the
shortcut for the output userscreen.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Place the #include statement must be written in the program?
Write a program to check prime number in c programming?
How do I use strcmp?
Do you know what are the properties of union in c?
Explain heap and queue.
Write a c program to demonstrate character and string constants?
Tell us two differences between new () and malloc ()?
Define C in your own Language.
what are the different storage classes in c?
What is the use of f in c?
How is a null pointer different from a dangling pointer?
Is null equal to 0 in sql?
What are the types of c language?
Why can’t we compare structures?
What is the use of sizeof?