Many programs uses bit wise operators to solve many problems. Find given number is Even or Odd: "and" operator is used example: consider a decimal number 'a' if a is 10 it's binary notation is 1010 the least significant bit is 0 if decimal number 1...