C Functions Question:

What is use of bit field?

C Functions Interview Question
C Functions Interview Question

Answer:

Bit Fields allow the packing of data in a structure. This is especially useful when memory or data storage is at a premium.


Previous QuestionNext Question
Explain bitwise shift operators?What are the scope of static variables?