What do you know about the use of bit field?


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

Post New Answer

More C Interview Questions

What is boolean in c?

0 Answers  


Why is c faster?

0 Answers  


Write a program that his output 1 12 123

0 Answers  


Is using exit() the same as using return?

0 Answers  


Why array starts with index 0

2 Answers  






wap in c to accept n number display the highest and lowest value

2 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


What is meant by operator precedence?

0 Answers  


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


What is advantage of pointer in c?

0 Answers  


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Categories