C Functions Question:

What is use of bit field?

Tweet Share WhatsApp

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 PDF Read All 45 C Functions Questions
Previous QuestionNext Question
Explain bitwise shift operators?What are the scope of static variables?