const float w = 1.1;
int x = 123;
int y = 0123;
int z = 0x123;
int q = '123';
int p = (int) -2;
