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
Is fortran still used today?
What is console in c language?
How is a macro different from a function?
What is meant by preprocessor in c?
How many levels of pointers can you have?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
When should a far pointer be used?
Is boolean a datatype in c?
What is 02d in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Is it better to use a macro or a function?
Can a variable be both static and volatile in c?
Explain how can I avoid the abort, retry, fail messages?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.