C Functions Question:

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.

Read All 45 C Functions Questions
Previous QuestionNext Question
Explain bitwise shift operators?What are the scope of static variables?