You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LearningC/C_Language_Shorts/C_syntax.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,14 +92,14 @@ void: no variable/value
92
92
93
93
## Operators
94
94
95
+
### binary
95
96
\+\-\* / % ^ \
96
-
& | ^ ~
97
+
### unary
98
+
& | ^ ~
99
+
### incremental
97
100
\++ \--
98
101
99
-
### Numbers:
100
-
> [!NOTE]
101
-
> **bool**`#include <stdbool.h>`:
102
-
> > true or false
102
+
103
103
## Functions
104
104
Functions have a **prototype** which defines parameters and return value.
105
105
When you want to create a function you put the prototype at the beginning of the [source file](C_Files.md#source) or in the [header file](C_Files.md#header)
0 commit comments