what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rashmi
getch() helps in holding the console screen and helps in reading the codes properly
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What is extern c used for?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is n in c?
Explain what is meant by high-order and low-order bytes?
what is bit rate & baud rate? plz give wave forms
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are the uses of null pointers?
Explain what is wrong with this statement? Myname = ?robin?;
What are data structures in c and how to use them?
What are the main characteristics of c language describe the structure of ac program?
What is far pointer in c?
What is the use of volatile?
What are the types of unary operators?
Which is the best website to learn c programming?