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

#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


Explain what is the heap?

0 Answers  


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


What is s in c?

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What is wrong with this code?

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


What is double pointer in c?

0 Answers  


What is the difference between a structure and a union?

2 Answers  


Categories