what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / ambili
getch() is the function to see the out put console...thats true.
But is there any other reason for why we use getch()...is it
used for accepting characters?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a program to concatenation the string using switch case?
What is the equivalent code of the following statement in WHILE LOOP format?
What is #pragma statements?
How does struct work in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What does sizeof int return?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How do you view the path?
Can a pointer be volatile in c?
Difference between exit() and _exit() function?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What does the error 'Null Pointer Assignment' mean and what causes this error?
Which is the best website to learn c programming?
How can I read in an object file and jump to locations in it?