what is the difference between getch() and getche()?
Answer Posted / rambabu
these two are different where the difference is identified
as when we r using getch() for get the echo output it is
black screen and as well as getche() it containsa blue screen
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is adt in c programming?
Explain how do you override a defined macro?
What is a const pointer?
Explain how can I avoid the abort, retry, fail messages?
What functions are in conio h?
Can we add pointers together?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are header files and explain what are its uses in c programming?
Why & is used in scanf in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Why use int main instead of void main?
Distinguish between actual and formal arguments.
How many keywords are there in c?
Difference between pass by reference and pass by value?