what is the difference between getch() and getche()?
Answer Posted / ayaskanta
getch is used to get a character from keyboard. once a key
is pressed it goes back to blue screen. In the case of
getche the compiler waits for you to press ENTER after you
have entered another character through keyboard.
Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
What is the purpose of the statement: strcat (S2, S1)?
How is null defined in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How many types of operator or there in c?
Where in memory are my variables stored?
What is queue in c?
What are header files in c?
What are dangling pointers in c?
how logic is used
What are the main characteristics of c language describe the structure of ac program?
Explain the difference between malloc() and calloc() in c?
Write a code of a general series where the next element is the sum of last k terms.
What is data types?
What are structural members?
What is a void pointer? When is a void pointer used?