volatile unsigned char a; a = 3; printf("%u\n", a * 100);
The output is 11264. Why?
Any reply would be greatly appreciated.