Question: C++ 4. Write a program that reads two integers from user and prints the results of bitwise operators & (and), (or), (XOR) and (compliment). Sample
4. Write a program that reads two integers from user and prints the results of bitwise operators & (and), (or), (XOR) and (compliment). Sample output: K Microsoft Visual Studio Debug Console Please enter a value for a: 35 Please enter a value for b: 25 &b=1 al b = 59 amb 58 8-36 C:\Users\User source repos\CMP 120-504-Labi\Debugabta1.exe (process 1728) exited with code . Press any key to close this window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
