what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / satnam
getch() is accept the input from the user & write directly in the memory without displaying on the screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is far pointer in c?
What are extern variables in c?
What is string function in c?
What is use of pointer?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Are bit fields portable?
Is there anything like an ifdef for typedefs?
What is meant by keywords in c?
How can I implement sets or arrays of bits?
Hai what is the different types of versions and their differences
Why are algorithms important in c program?
what is the format specifier for printing a pointer value?
What is variable initialization and why is it important?
Why is c known as a mother language?
Discuss the function of conditional operator, size of operator and comma operator with examples.