what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sudheer varma
getch() is a predefined function.By using this function we
can read a key stroke from keyword.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the translation phases used in c language?
How can you find out how much memory is available?
how to introdu5ce my self in serco
What are the storage classes in C?
what does static variable mean?
What is a header file?
Does sprintf put null character?
Explain what is the benefit of using const for declaring constants?
Explain the binary height balanced tree?
How can I insert or delete a line (or record) in the middle of a file?
Can you mix old-style and new-style function syntax?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is the heap?
Why void main is used in c?
What does char * * argv mean in c?