What is a bit array?
2025
What is a bit array?
- A.
Data structure for representing arrays of records
- B.
Data structure that compactly stores bits
- C.
An array in which most of the elements have the same value
- D.
Array in which elements are not present in continuous locations
Attempted by 112 students.
Show answer & explanation
Correct answer: B
Answer: b
Explanation: It compactly stores bits and exploits bit-level parallelism.