Skip to content

Instantly share code, notes, and snippets.

@Samathy
Created March 9, 2019 19:32
Show Gist options
  • Save Samathy/1f1eeecfcda10ce1a35720cf3904f006 to your computer and use it in GitHub Desktop.
Save Samathy/1f1eeecfcda10ce1a35720cf3904f006 to your computer and use it in GitHub Desktop.
Keywords of C
['auto', 'break', 'case', 'char', 'const', 'continue', 'default', 'do', 'double', 'else', 'enum', 'extern', 'float', 'for', 'goto', 'if', 'int', 'long', 'register', 'return', 'short', 'signed', 'sizeof', 'static', 'struct', 'switch', 'typedef', 'union', 'unsigned', 'void', 'volatile', 'while']
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment