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.
File list:
bitMani.cpp
bitMani2.cpp
bitMani3.cpp
bitOperator.cpp
EE_379_HW_2.pdf