We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbfba0 commit 53b8be6Copy full SHA for 53b8be6
Section06-Variables_and_Constants/readme.md
@@ -65,7 +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
-| Size (in bits) | Representable Values | |
+| Size (in bits) | Representable Values | 2 to the power of |
69
| --- | --- | --- |
70
<!-- | 8 | 256 | 2 <sup> 8 </sup> | -->
71
| 8 | 256 | 2^8 |
0 commit comments