Question: Using the bit manipulation operators, prepare and test C programs to perform the subsequent.
Part 1. Starting with the word 0xF0A6, reset bit 3, set bit 6, set bit 8, reset bit 13.
Part 2. Starting with the word 0xCB43, determine if the word contains the pattern 0x43 in the least significant byte.
You have to prepare and test C programs to perform the given parts.