what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / divyansh and ankur
as in the case of getch(),whn user rturn to the program after hitting the key that charctr will be erad n get stored as comapred with getch () the compiler will not store the value
,as by pressing alt+f5 in case getche ()
u wil notice tht scren will show the charctr that u pressed to go back o the progrm as it willl not show tht chrctr in simple getch()..thank u buddy
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
write a program to print largest number of each row of a 2D array
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Give basis knowledge of web designing ...
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is echo in c programming?
How many parameters should a function have?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is optimization in c?
What is pass by value in c?
What is the difference between mpi and openmp?
What are the advantages of c preprocessor?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Explain how do you print an address?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)