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 80edc14 commit 14eaa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ print a pointer value, use the `%p` conversion specifier.

## Operator gotchas

- The `*` dereference operator has bigger precedence than `+`:
- The `*` dereference operator has higher precedence than `+`:

```C
i = *p + 1;
Expand Down

0 comments on commit 14eaa3e

Please sign in to comment.