char a = 'A'; a = 'B'; char b; b = 'a'; /* b = 1; // it should fail */ int c = 1 + 10; return a;