what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / pravin
getch() is the function which only reserv our time and it
is portable to see the direct output without going into the
another menu. it gives us echoing. in simple wayit is the
shortcut for the output userscreen.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
can anyone please tell about the nested interrupts?
Differentiate call by value and call by reference?
What is dynamic variable in c?
How does selection sort work in c?
What is calloc malloc realloc in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is extern c used for?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Is it valid to address one element beyond the end of an array?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is stack , heap ,code segment,and data segment
What is the full form of getch?
How do you define CONSTANT in C?
How do c compilers work?