what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / phani
getch() is used to read the character,
but getche()is used to read and display character on output.
Is This Answer Correct ? | 51 Yes | 33 No |
Post New Answer View All Answers
How can a program be made to print the line number where an error occurs?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How can I open a file so that other programs can update it at the same time?
What is the difference between %d and %i?
What is call by reference in functions?
Why should I prototype a function?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What does c mean?
Why do we use int main?
What is the difference between struct and typedef struct in c?
Why can arithmetic operations not be performed on void pointers?
Why are all header files not declared in every c program?
What is a union?
Explain how can I manipulate strings of multibyte characters?
Why is c called c?