What is the difference between getch() and getche()?
Answer / 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 |
Is it cc or c in a letter?
How to create struct variables?
Explain how are portions of a program disabled in demo versions?
What is clrscr ()?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the purpose of macro in C language?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
how to swap 2 numbers within a single statement?
in linking some of os executables are linking name some of them
why ordinary variable store the later value not the initial
How can I invoke another program or command and trap its output?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?