#cprogramming #embeddedprogramming #coding
In this video, I quickly explain bitwise operators in C and give a quick example of bitwise AND, OR, XOR, NOT, LEFT SHIFT, and RIGHT SHIFT. Keep in mind, I perform these operations using unsigned values. You may experience unexpected behavior for signed values given that they follow "two's complement." This video is designed to quickly teach these operators for a new C Programmer or someone who just needs a quick review.