what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / karan kakade
it helps to keep the o/p screen stabel, or else the o/p
screen would blink n will go to notepad where we write
prog....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to compare array with pointer in c?
Explain what is the difference between text files and binary files?
In which layer of the network datastructure format change is done
How many types of arrays are there in c?
What is the use of parallelize in spark?
What are enums in c?
What does & mean in scanf?
Explain continue keyword in c
Explain what is operator promotion?
Explain the use of function toupper() with and example code?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
c program to compute AREA under integral
How can I read/write structures from/to data files?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Do variables need to be initialized?