Home » C Programming » Bit Fields » Question
  1. In the following declaration of bit-fields, the constant-expression specifies __________.
    struct-declarator:
    declarator
    type-specifier declarator opt : constant-expression
    1. Error
    2. The width of the field in bytes
    3. Nothing
    4. The width of the field in bits
    5. None of these
Correct Option: D

The width of the field in bits



Your comments will be displayed only after manual approval.