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 are the two types of structure?
What are the different types of data structures in c?
What is && in c programming?
What kind of structure is a house?
What is the difference between call by value and call by reference in c?
Can we change the value of static variable in c?
What is typedef?
Explain what is the benefit of using const for declaring constants?
What is preprocessor with example?
How can I find the modification date of a file?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How can I get back to the interactive keyboard if stdin is redirected?
Explain what is the difference between #include and #include 'file' ?
How arrays can be passed to a user defined function
What is the difference between printf and scanf in c?