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 description for syntax errors?
What is typedef?
Explain what is the heap?
How many types of operators are there in c?
List some basic data types in c?
how to create duplicate link list using C???
What is advantage of pointer in c?
Tell us two differences between new () and malloc ()?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
what do you mean by enumeration constant?
Are the outer parentheses in return statements really optional?
What is a string?
Why is #define used?
Are the expressions * ptr ++ and ++ * ptr same?
Does c have class?