what is the difference between getch() and getche()?
Answer Posted / azad sable,chiplun.
The 'e' in getche() fuction means it echoes(display) the
character that you typed to the screen.As against it ,getch
()just returns the character that that you typed without
echoing it on the screen.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Is main is a keyword in c?
Write a program to check armstrong number in c?
What is a header file?
What is the purpose of the statement: strcat (S2, S1)?
Can an array be an Ivalue?
Tell me about low level programming languages.
What is the purpose of ftell?
What are the different file extensions involved when programming in C?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Write the control statements in C language
Write a program to identify if a given binary tree is balanced or not.
Explain the use of #pragma exit?
Is it fine to write void main () or main () in c?
What are the types of arrays in c?
What is the use of pointers in C?