Skip to content

Commit e64b7d3

Browse files
authored
Update C_syntax.md
index update
1 parent 94edc5f commit e64b7d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LearningC/C_Language_Shorts/C_syntax.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ You can only use variables you previously declared (or included from other files
99
> > numbers \
1010
> > arrays \
1111
> > struct
12+
>
13+
>
14+
> [Operators](#operators)
1215
>
13-
> [Functions](#functions) \
1416
> [Conditional Statements](#conditional)
1517
> > if / then / else \
1618
> > switch / case

0 commit comments

Comments
 (0)