#include char c1; unsigned char c2; int x; main() { for (x=0;x { c1=c2=x; printf("\nx=%d\t%c\t\t%c",x,c2,c1); } return 0; }