Explain the use of bit fieild.


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

Post New Answer

More C Interview Questions

How reliable are floating-point comparisons?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


What is pass by reference in c?

0 Answers  


Explain what are the standard predefined macros?

0 Answers  


Difference between C and Embedded C?

1 Answers  






how do you programme Carrier Sense Multiple Access

0 Answers  


What is exit() function?

0 Answers  


How can I do peek and poke in c?

0 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


What is getch?

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Write a c program using for loop in switch case?

1 Answers   Infosys,


Categories