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 |
char ch=10;printf("%d",ch);what is the output
What does 3 mean in texting?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Explain how can I pad a string to a known length?
What is wrong with this code?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is dynamic variable in c?
difference between c and c++
Define Spanning-Tree Protocol (STP)
Can a program have multiple main() functions?
Can a variable be both const and volatile?
What are the preprocessor categories?