what is the difference between getch() and getche()?
Answer Posted / rambabu
these two are different where the difference is identified
as when we r using getch() for get the echo output it is
black screen and as well as getche() it containsa blue screen
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
Describe the steps to insert data into a singly linked list.
What do you mean by a local block?
What is string length in c?
What does %c mean in c?
What is function prototype in c language?
What is typeof in c?
What are the string functions? List some string functions available in c.
Why cant I open a file by its explicit path?
Explain what is the heap?
What is static identifier?
What is "Duff's Device"?
Lists the benefits of c programming language?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How is a macro different from a function?
In C programming, what command or code can be used to determine if a number of odd or even?