Explain what is the difference between functions getch() and getche()?


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

Post New Answer

More C Interview Questions

Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


c program to compute AREA under integral

0 Answers   Infosys,


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.

1 Answers   College School Exams Tests, Wipro,


Why is c so powerful?

0 Answers  






Are negative numbers true in c?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


Is it possible to execute code even after the program exits the main() function?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


What is meant by 'bit masking'?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


Categories