Which of the following data types
are accepted while declaring bit-
fields?
OA. char
OB.float
Oc.double
D.string
Answers
Answered by
2
Answer:
You can declare a bit field as type int, signed int, or unsigned int. Bit fields of the type int are equivalent to those of type unsigned int.
Similar questions