what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sudhir tiwari
# 3 getch() returns to the program after hitting any key.
getche() waits for the character, read it and then returns
to the program
| Is This Answer Correct ? | 21 Yes | 17 No |
Post New Answer View All Answers
What is modifier & how many types of modifiers available in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Differentiate between calloc and malloc.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Are enumerations really portable?
Explain the difference between getch() and getche() in c?
What kind of structure is a house?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the scope of global variable in c?
how to create duplicate link list using C???
What are pointers? What are different types of pointers?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is #error and use of it?