what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / pravin
getch() is the function which only reserv our time and it
is portable to see the direct output without going into the
another menu. it gives us echoing. in simple wayit is the
shortcut for the output userscreen.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is spaghetti programming?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain what is the difference between a free-standing and a hosted environment?
What are control structures? What are the different types?
Do you know the use of fflush() function?
What is the purpose of sprintf() function?
Whats s or c mean?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is a built-in function in C?
In c language can we compile a program without main() function?
Dont ansi function prototypes render lint obsolete?
What is c language used for?
Here is a good puzzle: how do you write a program which produces its own source code as output?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
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.