what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sasireka
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 ? | 102 Yes | 32 No |
Post New Answer View All Answers
what is bit rate & baud rate? plz give wave forms
How is a pointer variable declared?
What is file in c language?
Explain how can you tell whether two strings are the same?
Is swift based on c?
What are the parts of c program?
Differentiate between full, complete & perfect binary trees.
c program to compute AREA under integral
When should a type cast be used?
What is struct node in c?
What are directives in c?
What are the types of i/o functions?
Explain zero based addressing.
why we wont use '&' sing in aceesing the string using scanf
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above