Autosave: 2024-04-20 15:00:04
This commit is contained in:
parent
aab8552487
commit
0912a93705
2 changed files with 7 additions and 5 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -1,12 +1,14 @@
|
||||||
---
|
---
|
||||||
id: t127
|
id: t127
|
||||||
title: Bitwise_operators
|
title: Bitwise_operators
|
||||||
tags: []
|
tags: [binary]
|
||||||
created: Saturday, April 20, 2024
|
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
|
## Related notes
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue