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


Please Help Members By Posting Answers For Below Questions

What is meant by high-order and low-order bytes?

654


What are pointers?

633


How many keywords (reserve words) are in c?

618


Do variables need to be initialized?

619


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

918






How we can insert comments in a c program?

630


Why is main function so important?

614


How do you override a defined macro?

699


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

711


write a program fibonacci series and palindrome program in c

631


What is sizeof array?

613


What are the 32 keywords in c?

634


Is there anything like an ifdef for typedefs?

700


What do you mean by keywords in c?

625


What's the total generic pointer type?

614