Skip to content

Commit ee1d604

Browse files
committed
Attempted to fix Type sizes table.
1 parent 5107979 commit ee1d604

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Section06-Variables_and_Constants/readme.md

-3
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,8 @@ int main () {
6868
| Size (in bits) | Representable Values | |
6969
| --- | --- | --- |
7070
| 8 | 256 | 2 <sup> 8 </sup> |
71-
| --- | --- | --- |
7271
| 16 | 65,536 | 2 <sup> 16 </sup> |
73-
| --- | --- | --- |
7472
| 32 | 4,294,967,296 | 2 <sup> 32 </sup> |
75-
| --- | --- | --- |
7673
| 64 | 18,446,744,073,709,551,615 | 2 <sup> 64 </sup> |
7774

7875
## Character Types

0 commit comments

Comments
 (0)