what is the difference between getch() and getche()?
Answer Posted / m.karthiga
the getch() does not echo any characters. but getche()
should echo the characters
| Is This Answer Correct ? | 67 Yes | 7 No |
Post New Answer View All Answers
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is the difference between text and binary i/o?
What are the primitive data types in c?
What is methods in c?
What is a loop?
What oops means?
What is the difference between int main and void main?
Explain how can you avoid including a header more than once?
What is the right way to use errno?
What is the difference between malloc() and calloc()?
Explain the difference between #include "..." And #include <...> In c?
Why structure is used in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What 'lex' does?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above