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

Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

0 Answers  


How. To pass the entrance test

1 Answers   Tech Mahindra,


Is null always defined as 0(zero)?

0 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  






#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


program for comparing 2 strings without strcmp()

4 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


What is volatile variable in c with example?

0 Answers  


Is c easy to learn?

0 Answers  


How many levels of pointers have?

0 Answers  


compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


Categories