Question: using C language Create a bitwise calculator that ask user for input two input, first int, bitwise operation, second int (i.e 5 & 9) only
using C language
Create a bitwise calculator that ask user for input two input, first int, bitwise operation, second int (i.e 5 & 9)
only those bitwise operation are allowed: & ~ ^ | >. If user uses wrong operators stop program and ask again.
Convert the first int and second int into 8 BITS binary (00000000) and use bitwise operator given by user to either AND, OR, XOR, etc (ie 1001 & 1111)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
