what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / ajendra singh
During the program execution, a single character is get or read through the getch(). The given value is not displayed on the screen and the compiler does not wait for another character to be typed and returns to the program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
If null and 0 are equivalent as null pointer constants, which should I use?
Is multithreading possible in c?
What is wrong in this statement?
why do some people write if(0 == x) instead of if(x == 0)?
what is reason of your company position's in india no. 1.
what will be maximum number of comparisons when number of elements are given?
What is double pointer in c?
i have a written test for microland please give me test pattern
What is difference between constant pointer and constant variable?
Write a program on swapping (100, 50)
Why is c known as a mother language?
Explain how can you check to see whether a symbol is defined?
What does malloc () calloc () realloc () free () do?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1