C Functions Question:
Download Questions PDF

What is use of bit field?

Answer:

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

Download C Functions Interview Questions And Answers PDF

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