Question: This is a C-language problem so please write the code in C. Also please make sure the code meets the requirements. Thank you! 3. Write

This is a C-language problem so please write the code in C. Also please make sure the code meets the requirements. Thank you!
3. Write a function that takes a non-negative number and turns on the first and third binary digits (from right) for this number. The function should also turn off the fifth digit (from right). Here are some examples: . 9 = (1001)2 + 13 = (1101)2 0 = (0)2 +5=(101)2 17 = (10001)2 + 5 = 00101)2 31 = (11111)2 + 15 = (01111)2 The name of this function should be bitFun
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
