what is the difference between getch() and getche()?

Answer Posted / umer khan

getch() is a library file to #include <conio.h> which is mostly used in stidios compiler......
while getche() takes input frm the user withtout presing '\r'

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2920


What extern c means?

529


Differentiate between new and malloc(), delete and free() ?

663


p*=(++q)++*--p when p=q=1 while(q<=6)

1264


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

646






What is a protocol in c?

552


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

1575


How can I split up a string into whitespace-separated fields?

562


What is the difference between break and continue?

602


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1895


When should we use pointers in a c program?

620


Tell me what is the purpose of 'register' keyword in c language?

612


What is the use of ?: Operator?

660


Explain is it better to bitshift a value than to multiply by 2?

707


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

773