char t = 10;
|
|
int i = 2;
|
|
int q = 10;
|
|
int k = (1,2,"stringy thingy",21<<1);
|
|
int i = (1,2,"string",21<<1);
|
|
int w = 10;
|