Storage Classes, etc.

int i;
static int i;
extern int i;
const int i;
char const *pc;
char * const cp;