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
What is && in c programming?
If fflush wont work, what can I use to flush input?
What is structure in c definition?
why do some people write if(0 == x) instead of if(x == 0)?
What is main function in c?
How the c program is executed?
What is bubble sort in c?
How is a null pointer different from a dangling pointer?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the difference between fread and fwrite function?
Do you have any idea how to compare array with pointer in c?
What is header file definition?
Are c and c++ the same?
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.