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
Give me the code of in-order recursive and non-recursive.
How can I find out the size of a file, prior to reading it in?
What is structure in c language?
How do you initialize pointer variables?
What is the purpose of ftell?
What are the header files used in c language?
Why we use void main in c?
difference between object file and executable file
What is scope and lifetime of a variable in c?
What is difference between array and pointer in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are qualifiers in c?
Is it possible to execute code even after the program exits the main() function?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is a keyword?