what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / satnam
getch() is accept the input from the user & write directly in the memory without displaying on the screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is c call by value?
int i=10; printf("%d %d %d", i, i=20, i);
What is wrong with this code?
Why is sprintf unsafe?
where are auto variables stored? What are the characteristics of an auto variable?
List the variables are used for writing doubly linked list program.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Is register a keyword in c?
Why shouldn’t I start variable names with underscores?
What is #pragma statements?
Difference between pass by reference and pass by value?
What is pointer to pointer in c language?
What are structural members?
What is array in C
What is the difference between far and near in c?