what is the difference between getch() and getchar()?
Answer Posted / govind
getch is not waiting to press enter to show output on screen.
but getchar is waiting to press enter to show output
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Why double pointer is used in c?
Can you tell me how to check whether a linked list is circular?
How can I pad a string to a known length?
What is the translation phases used in c language?
Explain what is the benefit of using enum to declare a constant?
Can the curly brackets { } be used to enclose a single line of code?
Write a program to know whether the input number is an armstrong number.
What is a list in c?
How can you be sure that a program follows the ANSI C standard?
What are the uses of null pointers?
Differentiate between a for loop and a while loop? What are it uses?
The difference between printf and fprintf is ?
What is a method in c?
What is pivot in c?