Home » C Programming » Bit Fields » Question
  1. In the following declaration of bit-fields, the constant-expression must be __________.
    struct-declarator:
    declarator
    type-specifier declarator opt : constant-expression
    1. Nonnegative integer value
    2. Any type
    3. Nothing
    4. Integer value
    5. None of these
Correct Option: A

Nonnegative integer value



Your comments will be displayed only after manual approval.