Question: Write a function in C that takes n >= 0 and flips ON binary bits 1 and 3 (from the right), and flip off fifth
Write a function in C that takes n >= 0 and flips ON binary bits 1 and 3 (from the right), and flip off fifth digit (from the right).
For example:
18 = 10010 ---> 00111
31 = 11111 ---> 01111
Please include the test cases in the main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
