Write a program that take two unsigned integer as input. Then convert into binary its binary number and perform AND , OR , XOR and XNOR operation.
Not use inbuilt logical operator. (for example in C/C++ logical operators are & (AND) , | (OR) , ~ (NOT) etc.) Not to use them.