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
What is the meaning of typedef struct in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
What happens if header file is included twice?
Explain how do you generate random numbers in c?
What is a char c?
What are type modifiers in c?
Explain how are portions of a program disabled in demo versions?
Write program to remove duplicate in an array?
Can we compile a program without main() function?
Explain what is the advantage of a random access file?
Is anything faster than c?
What is the need of structure in c?
Is it possible to pass an entire structure to functions?
What are pointers? Why are they used?
What are variables and it what way is it different from constants?