Multiple Choice
The number of bits in a bit field is specified with:
A) Parentheses as in bitfield(4)
B) A colon as in bitfield : 4
C) Brackets as in bitfield[4]
D) A dot as in bitfield.4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Two structure variables of the same type
Q15: Which of the following correctly copies the
Q16: Which function would be the most useful
Q17: Memcmp would return _ for the call
Q18: Strtok does not:<br>A) Replace each delimiting character
Q20: Let Bit1 = Bit2 = 1. Which
Q21: The main difference between structures and classes
Q22: Which of the statements a), b) and
Q23: Evaluate (00001000 & 11000101) ^ (11110000).<br>A) 00001101<br>B)
Q24: A bit field must be declared as