\'\'\' int tmp=2458; // a two byte integer int q = tmp>>10; //Extract the quotient when divided by 64 q = 0b1111110000000000 & tmp; //Bitwise Op to extract the