Skip to content

Commit

Permalink
Language.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 7, 2024
1 parent 1cd9230 commit 0c708a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/pointer-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ $ ./a.out
8
```
The `sizeof (*p)` is equivalent to `sizeof (int)` as that is what the type of
`*p` is.
Here the `sizeof (*p)` is equivalent to `sizeof (int)` as that is what the type
of `*p` is.

0 comments on commit 0c708a3

Please sign in to comment.