what is the difference between getch() and getchar()?
Answer Posted / nishi
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 ? | 92 Yes | 46 No |
Post New Answer View All Answers
How do you generate random numbers in C?
What is string in c language?
List the difference between a "copy constructor" and a "assignment operator"?
What is the difference between new and malloc functions?
What is a c token and types of c tokens?
What is the use of #include in c?
In C language what is a 'dangling pointer'?
What is the best style for code layout in c?
Why does everyone say not to use gets?
What does 3 mean in texting?
How do you define a string?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain how can you tell whether a program was compiled using c versus c++?
What are predefined functions in c?
Why we use int main and void main?