12345678
int a = -4; int b = 10; printf("%d \n", a); printf("%d \n", b); unsigned int c = 6; printf("%u", c);
printf("%i",t);