InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an advantage of bit array?(a) Exploit bit level parallelism(b) Maximal use of data cache(c) Can be stored and manipulated in the register set for long periods of time(d) Accessing Individual Elements is easyMy doubt stems from Bit Array topic in chapter Arrays Types of Data Structures & Algorithms II had been asked this question in an international level competition. |
|
Answer» Correct option is (d) Accessing Individual Elements is easy |
|