what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sasireka
getch() returns to the program after hitting any key.
getche() waits for the character, read it and then returns
to the program
| Is This Answer Correct ? | 102 Yes | 32 No |
Post New Answer View All Answers
What is character constants?
How can I run c program?
Is array a primitive data type in c?
What is c language used for?
Why void main is used in c?
What is a structure member in c?
What is difference between union and structure in c?
What is calloc in c?
What are pragmas and what are they good for?
Why C language is a procedural language?
What is default value of global variable in c?
What are the 5 types of inheritance in c ++?
What is meant by realloc()?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is include directive in c?