Output!?
#includestdio.h
void main()
{
char x=0xfb;
unsigned char y=0xfb;
if (x==y)
printf("same");
else
printf ("Not same");
}

Posted on by