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
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is #ifdef ? What is its application?
Explain the properties of union.
Can a variable be both const and volatile?
What is linear search?
Why c is called a middle level language?
When should the volatile modifier be used?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain how can I convert a number to a string?
What is modifier & how many types of modifiers available in c?
What is unsigned int in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is the difference between array and structure in c?
Write a program to check palindrome number in c programming?
What is a pointer value and address in c?