Site icon DocMCQs

What is a bit array?

a) Data structure that compactly stores bits
b) Data structure for representing arrays of records
c) Array in which elements are not present in continuous locations
d) An array in which most of the elements have the same value

Essentially, a bit array is like an array, but instead of storing elements like integers or characters, it stores individual bits.

Exit mobile version