InterviewSolution
Saved Bookmarks
| 1. |
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 locationsI'm obligated to ask this question of Bit Array topic in portion Arrays Types of Data Structures & Algorithms II have been asked this question in my homework. |
|
Answer» CORRECT CHOICE is (b) Data structure that compactly STORES bits Easy explanation - It compactly stores bits and EXPLOITS bit-level PARALLELISM. |
|