what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / amna
getch function is used to input single chracter
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is main a keyword in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What do you mean by invalid pointer arithmetic?
What is the role of this pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is a volatile keyword in c?
Why is c platform dependent?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain what does the function toupper() do?
what is the basis for selection of arrays or pointers as data structure in a program
What is the deal on sprintf_s return value?
How to declare pointer variables?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How can you determine the size of an allocated portion of memory?
What is echo in c programming?