Math, asked by navy936, 1 year ago

find consecutive 1's in binary number between a range using c

Answers

Answered by lakshyasingh1491
0
Input : n = 14 Output : 3 The binary representation of 14 is 1110. Input : n = 222 Output : 4 The binary representation of 222 is 11011110
Similar questions