what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / mamatha
getch() is used for when we give the input that should be
hidden.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is malloc memset faster than calloc?
How can I recover the file name given an open stream?
What is equivalent to ++i+++j?
What is the explanation for modular programming?
can anyone please tell about the nested interrupts?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is property type c?
What are the advantages of using linked list for tree construction?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what is the diffrenet bettwen HTTP and internet protocol
Is there a way to switch on strings?
When should a far pointer be used?
How can I write a function analogous to scanf?