what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / mamatha
getch() is used for when we give the input that should be
hidden.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How are 16- and 32-bit numbers stored?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the difference between typedef struct and struct?
What is data structure in c language?
Place the #include statement must be written in the program?
How are Structure passing and returning implemented by the complier?
What is header file in c?
What is the g value paradox?
How many keywords are there in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
When should volatile modifier be used?
What is line in c preprocessor?
Explain enumerated types.
What is the general form of a C program?
How do you write a program which produces its own source code as output?