Question: Write a C program that - reads an integer value in decimal - displays this value in binary 2-byte format - defines the MASK to

Write a C program that - reads an integer value in decimal - displays this value in binary 2-byte format - defines the MASK to do the followings: (students are requested to explain the detailed solutions in a Word file as instructed in the class) a. Check either one of four bits 2, 5, 7 or 15 is true. Test with two values: 23094 and 26963 b. Check three bits 3, 7 and 13 are all false. Test with two values: 39478 and 22933 C. Set four bits 1, 8, 12 and 14. Check with value: 39606 d. Toggle four bits 2, 7, 11 and 12. Check with value: 21308
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
