Skip to content

Commit b8f6d3d

Browse files
committed
Fix Type sizes table attempt 5.
1 parent 53b8be6 commit b8f6d3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Section06-Variables_and_Constants/readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ int main () {
6565
- Expressed in bits
6666
- The most bits the more values that can be represented
6767
- The more bits the more storage required
68+
6869
| Size (in bits) | Representable Values | 2 to the power of |
6970
| --- | --- | --- |
7071
<!-- | 8 | 256 | 2 <sup> 8 </sup> | -->
@@ -80,6 +81,7 @@ int main () {
8081

8182
- Used to represent single characters, `A`, `X`, `@`
8283
- Wider types are used to represent wide character sets
84+
8385
| Type Name | Size/Precision |
8486
| --- | --- |
8587
| char | Exactly one byte. At least 8 bits |

0 commit comments

Comments
 (0)