Is both getch() and getchar() functions are similar? if it is
similar means why these two functions are used for same usage?
if it is not similar means what is the difference?
Answer / madhu.s.a
No ,its not same because getch()is used to get the output
screen and getchar() is used to get the single character
input.
I dont know whether it is correct or not.
| Is This Answer Correct ? | 21 Yes | 8 No |
Explain how can I avoid the abort, retry, fail messages?
Explain what is operator promotion?
What is use of pointer?
Explain what is wrong with this program statement?
What is Bitwise Operator and how it works?
how to use virual function in real time example
How can you invoke another program from within a C program?
What is indirection in c?
why do some people write if(0 == x) instead of if(x == 0)?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
How can I read in an object file and jump to locations in it?
What is the purpose of ftell?