How can I find out if there are characters available for reading?


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

Post New Answer

More C Interview Questions

What is use of bit field?

0 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


Difference between C and Embedded C?

1 Answers  


why should i select you?

21 Answers   Wipro,


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  






What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


What is openmp in c?

0 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


What are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


How do I swap bytes?

0 Answers  


Categories