What does the following program fragment print?
int main ()
{
unsignrd i = 1
int j = -4
printf("%u", i +j );
return 0;
}


Posted on by