what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / svmurali
getch() and getche()
both are getting input charecter to user
but getche() display the that charecter to screen
Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of & in scanf?
What are identifiers in c?
Is c still relevant?
Why c is known as a mother language?
How can I read and write comma-delimited text?
What is the size of enum in c?
Is Exception handling possible in c language?
What is the best way of making my program efficient?
What is a header file?
How do you define structure?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is New modifiers?
Differentiate between the = symbol and == symbol?
What is a list in c?
What are the different categories of functions in c?