what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sasireka
getch() returns to the program after hitting any key.
getche() waits for the character, read it and then returns
to the program
| Is This Answer Correct ? | 102 Yes | 32 No |
Post New Answer View All Answers
What is the use of in c?
What is use of null pointer in c?
What does emoji p mean?
Describe static function with its usage?
Why pointers are used?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What do you understand by normalization of pointers?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Give the rules for variable declaration?
What is 1f in c?
What are the types of data files?
Can you please compare array with pointer?
What is the difference between union and structure in c?
What is main () in c language?
Why do we use main function?