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
Explain how can I open a file so that other programs can update it at the same time?
Which is better pointer or array?
What is difference between %d and %i in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
List out few of the applications that make use of Multilinked Structures?
What is character set?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
How can this be legal c?
what type of questions arrive in interview over c programming?
Explain indirection?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is a macro?
What is #include conio h?
Differentiate between full, complete & perfect binary trees.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.