Computer Science, asked by sakthisakthi0884, 2 months ago

Which of the following data types
are accepted while declaring bit-
fields?
OA. char
OB.float
Oc.double
D.string​

Answers

Answered by cutepie5190
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