what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sudheer varma
getch() is a predefined function.By using this function we
can read a key stroke from keyword.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
hi any body pls give me company name interview conduct "c" language only
What is class and object in c?
What is typeof in c?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
How to declare a variable?
What is realloc in c?
What is the difference between volatile and const volatile?
How can I delete a file?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Can we declare function inside main?
What is scope rule in c?
What is the use of static variable in c?
Which is the memory area not included in C program? give the reason
What is array in c with example?
Explain pointers in c programming?