Vidyalelo
C Programming · Q119

Structure and Union

Programming · C Programming · question 119

Q119

In the following declaration of bit-fields, the constant-expression specifies . . . . . . . . struct-declarator: declarator type-specifier declarator opt : constant-expression

A.
The width of the field in bits
Answer
B.
Nothing
C.
The width of the field in bytes
D.
Error

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board