List of Operators and Reserved Words (C Programming)

#include, +, -, *, /, ++, --, +=, -=, *=, /=, %=, ==, %, >, <, =, >=, <=, !=, &&, ||, !, sqrt, rand, abs, strcat, strncat, strlen, atoi, strcpy, strncpy, const, void, return, int, float, char, \0, strcmp, strncmp, true, false, FILE, main, /*...*/, if...else, for, while, do...while, switch...case...break, break, continue, scanf, printf (%d, %f, %c, %s), \n, \t, fopen, getc, fgets, putc, fputs, EOF, fclose

A Partial Character List for ASCII

Character
ASCII
Character
ASCII
Character
ASCII
0
48
J
74
d
100
1
49
K
75
e
101
2
50
L
76
f
102
3
51
M
77
g
103
4
52
N
78
h
104
5
53
O
79
i
105
6
54
P
80
j
106
7
55
Q
81
k
107
8
56
R
82
l
108
9
57
S
83
m
109
:
58
T
84
n
110
;
59
U
85
o
111
<
60
V
86
p
112
=
61
W
87
q
113
>
62
X
88
r
114
?
63
Y
89
s
115
@
64
Z
90
t
116
A
65
[
91
u
117
B
66
\
92
v
118
C
67
]
93
w
119
D
68
^
94
x
120
E
69
_
95
y
121
F
70
'
96
z
122
G
71
a
97
{
123
H
72
b
98
|
124
I
73
c
99
}
125