what is the use of getch() function in C program..
difference b/w getch() and getche()??

Answer Posted / svmurali

getch() and getche()
both are getting input charecter to user
but getche() display the that charecter to screen

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is && in c programming?

932


If fflush wont work, what can I use to flush input?

877


What is structure in c definition?

817


why do some people write if(0 == x) instead of if(x == 0)?

860


What is main function in c?

817


How the c program is executed?

892


What is bubble sort in c?

855


How is a null pointer different from a dangling pointer?

818


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1689


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1931


What is the difference between fread and fwrite function?

874


Do you have any idea how to compare array with pointer in c?

850


What is header file definition?

864


Are c and c++ the same?

830


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1875