Bitwise operations in C

In the C programming language, operations can be performed on a bit level using bitwise operators. Bitwise operations are contrasted by byte-level operations which characterize the bitwise operators' logical counterparts, the AND, OR, NOT operators.

Source: Wikipedia — Bitwise operations in C (CC BY-SA 4.0)

Bitwise operations in C

In the C programming language, operations can be performed on a bit level using bitwise operators. Bitwise operations are contrasted by byte-level operations which characterize the bitwise operators' logical counterparts, the AND, OR, NOT operators.

Source: Wikipedia "Bitwise operations in C" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy