Vidyalelo
Data Structure · Q160

Arrays in Data Structures

Programming · Data Structure · question 160

Q160

Which one of the following operations returns the first occurrence of bit 1 in bit arrays?

A.
Find First Zero
B.
Find First One
Answer
C.
Counting lead Zeroes
D.
Counting lead One

Answer: Option B

Solution

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