what is the difference between getch() and getche()?
Answer Posted / umer khan
getch() is a library file to #include <conio.h> which is mostly used in stidios compiler......
while getche() takes input frm the user withtout presing '\r'
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Are c and c++ the same?
Are pointers integer?
What does emoji p mean?
What is difference between array and pointer in c?
Explain about C function prototype?
Explain what are compound statements?
What is a volatile keyword in c?
How many bytes are occupied by near, far and huge pointers (dos)?
Explain the properties of union.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How can I remove the trailing spaces from a string?
find the sum of two matrices and WAP for it.
What is NULL pointer?
How can I automatically locate a programs configuration files in the same directory as the executable?
Is stack a keyword in c?