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
What is the -> in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are c header files?
Where are the auto variables stored?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How can I sort more data than will fit in memory?
What is the use of void pointer and null pointer in c language?
What is the maximum length of an identifier?
What is the size of enum in bytes?
How can I do peek and poke in c?
Who is the founder of c language?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is operator promotion?
Which one would you prefer - a macro or a function?
What is dynamic dispatch in c++?