Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalxkumar committed Mar 7, 2024
1 parent adcbcb7 commit 087b928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Learning-C/Control_Statements_Loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Any or all of the initialization, condition, and update statements can be omitte
for (initialization; condition; update) {
// code to be executed
}
```

```C
#include <stdio.h>
Expand Down

0 comments on commit 087b928

Please sign in to comment.