What is the difference between getch() and getche()?
Answer Posted / vinod kumar
getch() returns the character you typed without displaying
it on the screen.
getche() returns the character you typed by displaying
(echoing) it on the screen.
and finally, getchar() works similarly and echos the
character that u typed on the screen after "enter" is given.
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is a function simple definition?
What is the difference between the local variable and global variable in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is difference between function overloading and operator overloading?
What is zero based addressing?
Explain what header files do I need in order to define the standard library functions I use?
which type of aspect you want from the student.
What is meant by type specifiers?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is a scope resolution operator in c?
What does s c mean on snapchat?
When should you not use a type cast?
What is your stream meaning?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?