what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / vijay
if u uses gcc u find it good for nothing ..........
| Is This Answer Correct ? | 6 Yes | 35 No |
Post New Answer View All Answers
Why cant I open a file by its explicit path?
What is the use of void pointer and null pointer in c language?
What are the key features in c programming language?
What are extern variables in c?
How do I read the arrow keys? What about function keys?
How can I get the current date or time of day in a c program?
What is a program flowchart and how does it help in writing a program?
Why does notstrcat(string, "!");Work?
What is nested structure with example?
How can I find out how much free space is available on disk?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain what are multidimensional arrays?
What is union in c?
Explain how can you tell whether a program was compiled using c versus c++?
Why do we use pointer to pointer in c?