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 a008b37 commit e4a227c
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 @@ -40,7 +40,7 @@ printf("%d", *p);
*p = 5;
```

- Nn a declaration, you may assign like this:
- You may assign a value to a pointer being declared:

```C
int i = 5;
Expand Down

0 comments on commit e4a227c

Please sign in to comment.