what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / valli
getche() is used to get a character from console and echoes to the screen.
getchar() is used to get or read the input (i.e a single character)at run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by type specifiers?
What is the role of && operator in a program code?
What is a sequential access file?
Differentiate between static and dynamic modeling.
What is a stream water?
How to establish connection with oracle database software from c language?
application attempts to perform an operation?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is structure of c program?
What is the use of putchar function?
Describe static function with its usage?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can you be sure that a program follows the ANSI C standard?
What is nested structure in c?