Vidyalelo
Data Structure · Q148

Arrays in Data Structures

Programming · Data Structure · question 148

Q148

What does Hamming weight/population count mean in Bit arrays?

A.
Finding the number of 1 bit in a bit array
Answer
B.
Finding the number of 0 bit in a bit array
C.
Finding the sum of bits in a bit array
D.
Finding the average number of 1's and 0's in bit arrays

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board