what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rajesh kumar
Waiting the input for output screen..
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
hi send me sample aptitude papers of cts?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is wild pointer in c?
Explain the concept and use of type void.
What is && in c programming?
What is pointer and structure in c?
Do you know the difference between malloc() and calloc() function?
Is c procedural or object oriented?
i want to know the procedure of qualcomm for getting a job through offcampus
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is a scope resolution operator in c?
What are different types of pointers?
What is "Duff's Device"?
Difference between pass by reference and pass by value?
Explain output of printf("Hello World"-'A'+'B'); ?