Multiple choice

Which of the following statements is/are true regarding the making of a program to store the data using “bit fields” in C language?

  1. Array of bit fields are not permitted.

  2. Pointer cannot be used for addressing the bit fields directly.

  3. We can use only unsigned integer data type with bit fields.

  4. A bit field is set up with a structure declaration.

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All  the options are true. So, this is the correct answer.