flâneur — a map of the web's best reading

Bitwise operations in C

en.wikipedia.org · 3,133 words · saved by 1 readers

In the C programming language, operations can be performed on a bit level using bitwise operators.

Bitwise operations in C - Wikipedia Jump to content From Wikipedia, the free encyclopedia Operations transforming individual bits of integral data types 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. Instead of performing on individual bits, byte-level operators perform on strings of eight bits (known as bytes) at a time. The reason for this is that a byte is normally the smallest unit of add

Explore this link on the map →

related reading