Variables and Storage
Syntax:
<type> <varName> [= initValue];
Types (incomplete list):
char
short
int
long
float
double
all can be: signed (default) or unsigned
Previous slide
Next slide
Back to first slide
View graphic version