what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rashmi
getch() helps in holding the console screen and helps in reading the codes properly
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
How can you increase the size of a statically allocated array?
Can we access the array using a pointer in c language?
in iso what are the common technological language?
Is c++ based on c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain how do you determine whether to use a stream function or a low-level function?
What is a pointer value and address in c?
What does void main () mean?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is variable in c example?
What is the purpose of macro in C language?
Explain zero based addressing.
C program to find all possible outcomes of a dice?
How does free() know explain how much memory to release?
Can true be a variable name in c?