Question: I need help please. 3. Write a C program to count the no. of 1 to a given input. marks 40 Input: 5 Output: 2
I need help please.
3. Write a C program to count the no. of 1 to a given input. marks 40 Input: 5 Output: 2 [Since 5 has binary format 0101] Hint : Shift by 1 bit and then compare the shifted value for 1 or divide the input by 2 and check the dividend. You can use scanf to read the input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
