#include int main(void) { char x = 321; printf("%u\n", x); printf("%c\n", x); printf("%d\n", x); return 0; }