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 standard functions are available to manipulate strings?
What are the types of type qualifiers in c?
can anyone please tell about the nested interrupts?
What is the difference between a string and an array?
What is %lu 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 the types of pointers?
What is console in c language?
What is #define?
Under what circumstances does a name clash occur?
Explain how do you list files in a directory?
The difference between printf and fprintf is ?
How do I get an accurate error status return from system on ms-dos?
How can I do peek and poke in c?
What is the use of void pointer and null pointer in c language?