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
What are the three constants used in c?
Write a program to swap two numbers without using the third variable?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Can we use visual studio for c?
What is the process to generate random numbers in c programming language?
Write a program on swapping (100, 50)
What are valid signatures for the Main function?
How do I send escape sequences to control a terminal or other device?
What is a macro?
What are types of preprocessor in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What kind of structure is a house?
What is the use of bitwise operator?
What is a program?
What is wild pointer in c?