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

what type of questions arrive in interview over c programming?

1551


can we have joblib in a proc ?

1650


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

571


Are the variables argc and argv are local to main?

780


What are variables and it what way is it different from constants?

779






void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2220


How are portions of a program disabled in demo versions?

741


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

631


what are non standard function in c

1429


Is c programming hard?

572


What are preprocessor directives?

666


Why do we use pointer to pointer in c?

593


What is time complexity c?

562


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

725


what is recursion in C

605