Autosave: 2024-04-20 15:00:04

This commit is contained in:
thomasabishop 2024-04-20 15:00:04 +01:00
parent aab8552487
commit 0912a93705
2 changed files with 7 additions and 5 deletions

Binary file not shown.

View file

@ -1,12 +1,14 @@
---
id: t127
title: Bitwise_operators
tags: []
created: Saturday, April 20, 2024
tags: [binary]
created: Saturday, April 20, 2024
---
# Bitwise_operators
# Bitwise operators
In addition to mathematical, logical and comparison operators, there are
_bitwise operators_. These operators execute conditions based on the actual bits
of a value rather than the values that the bits are encoded to represent.
## Related notes