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


Please Help Members By Posting Answers For Below Questions

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

632


What are the salient features of c languages?

621


What should malloc() do?

639


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

643


What are local static variables? How can you use them?

641






Why calloc is better than malloc?

570


how to write a c program to print list of fruits in alpabetical order?

1786


What is const and volatile in c?

561


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

1575


What is static memory allocation? Explain

627


How can I change the size of the dynamically allocated array?

628


Define recursion in c.

697


what will be the output for the following main() { printf("hi" "hello"); }

9310


Is javascript based on c?

591


What is array of pointers to string?

564