Keywords Flashcards
auto
Give a local variable a local lifetime
break
Exit out of a compound statement
case
A branch in a switch-statement
char
Character data type
const
Make a variable unmodifiable
continue
Continue to the top of a loop
default
Default branch in a switch-statement
do
Start a do-while loop
double
A double floating point data type
else
An else branch of an if-statement
enum
Define a set of int constants
extern
Declare a set of int constants
float
A floating point data type
for
Start a for-loop
goto
Jump to a label
if
Start an if-statement
int
An integer data type
long
A long integer data type
register
Declare a variable to be stored in a CPU register
return
Return from a function
short
A short integer data type
signed
A signed modifier for integer data types
sizeof
Determine the size of data
static
Perserve variables into a single record