what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rahul
getch() is for waiting the o/p screen til we enter the inputs
| Is This Answer Correct ? | 270 Yes | 66 No |
Post New Answer View All Answers
Are the outer parentheses in return statements really optional?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Which built-in library function can be used to match a patter from the string?
Do you know the purpose of 'register' keyword?
What is the difference between formatted&unformatted i/o functions?
Explain how do you print only part of a string?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Who developed c language and when?
What does void main return?
Differentiate between functions getch() and getche().
What is difference between arrays and pointers?
What is the meaning of c in c language?
What are the 32 keywords in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
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.