What is getch () for?


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

Post New Answer

More C Interview Questions

What does a function declared as pascal do differently?

0 Answers  


Explain continue keyword in c

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  






What is the difference between getch() and getche()?

1 Answers   NSPL,


What is a list in c?

0 Answers  


What is "Hungarian Notation"?

0 Answers   Celstream,


Why is c used in embedded systems?

0 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


What is the difference between far and near in c?

0 Answers  


When should I declare a function?

0 Answers  


Categories