How to set, clear or toggle a single bit in C/C++?
Bitwise Operators are mainly used in low-level programming. Using the bit-wise operators we can set bit, check bit, clear or toggle the bits of an integral type. In the embedded system, a bit-wise operator performs the bit-wise operation on an individual bit of a PORT or Register. Note: Quiz on bit-wise operators. Note: […]
How to set, clear or toggle a single bit in C/C++? Read More »