what is the difference between getch() and getchar()?
Answer Posted / non linearly
getch()
1. Does not echo
2. procces immediatly the typed character
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is the function of multilevel pointer in c?
What is the purpose of clrscr () printf () and getch ()?
What is wrong with this declaration?
how we can make 3d venturing graphics on outer interface
Can we replace the struct function in tree syntax with a union?
What is character set?
Why is c called c?
Why doesnt the call scanf work?
please send me the code for multiplying sparse matrix using c
in iso what are the common technological language?
What is void main () in c?
Explain the use of keyword 'register' with respect to variables.
string reverse using recursion
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is the difference between procedural and functional programming?