Explain the difference between getch() and getche() in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is available in C language but not in C++?

10 Answers   CTS, TCS,


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


Is c weakly typed?

0 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  






What is keyword in c?

0 Answers  


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


What are the valid places to have keyword “break”?

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  


What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


Categories