char a; a='hii'; printf("%c",a);
I expect the output of printf("%c",a) to be h, but the actual output is i how?