We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b8be6 commit b8f6d3dCopy full SHA for b8f6d3d
Section06-Variables_and_Constants/readme.md
@@ -65,6 +65,7 @@ int main () {
65
- Expressed in bits
66
- The most bits the more values that can be represented
67
- The more bits the more storage required
68
+
69
| Size (in bits) | Representable Values | 2 to the power of |
70
| --- | --- | --- |
71
<!-- | 8 | 256 | 2 <sup> 8 </sup> | -->
@@ -80,6 +81,7 @@ int main () {
80
81
82
- Used to represent single characters, `A`, `X`, `@`
83
- Wider types are used to represent wide character sets
84
85
| Type Name | Size/Precision |
86
| --- | --- |
87
| char | Exactly one byte. At least 8 bits |
0 commit comments