Differentiate 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

Where register variables are stored in c?

0 Answers  


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


What are linker error?

0 Answers  


What is sizeof return in c?

0 Answers  


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

0 Answers   Celstream,






What are runtime error?

0 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


Explain what is meant by high-order and low-order bytes?

0 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


What is the purpose of 'register' keyword?

0 Answers  


What is include directive in c?

0 Answers  


What is pointer to pointer in c?

0 Answers  


Categories