Introduction - If you have any usage issues, please Google them yourself
Using the bit manipulation operators, develop and test C programs to perform the
following.
(i) Starting with the word 0xF0A6, reset bit 3, set bit 6, set bit 8, reset bit 13.
(ii) Starting with the word 0xCB43, determine if the word contains the pattern 0x43 in
the least significant byte.