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 are pointers really good for, anyway?

609


How to write a code for reverse of string without using string functions?

1575


What is the use of bitwise operator?

683


Write a factorial program using C.

637


What is pointer to pointer in c?

630






What is structure packing in c?

602


write an algorithm to display a square matrix.

2218


What does %d do in c?

537


What is wrong with this program statement? void = 10;

813


Can we declare function inside main?

560


Why #include is used in c language?

590


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1446


How can a number be converted to a string?

593


Do you know pointer in c?

579


Write a program to print fibonacci series without using recursion?

599