A function which inputs two unsigned integers a and b and finds whether the lowest byte of b appears exactly as it is in a (starting at any position) or not. ex:
Enter a:53
Enter b:13
Binary of b: 00000000 00000000 00000000 00001101
Binary of a: 00000000 00000000 00000000 00110101
Yes, lowest byte of b appears in a.
GUYS this is my home work but i cant do it pls help me thank you for your helping