Predict the output
#include stdio.h
int main ()
{
unsigned i = -2;
int j = -4;
printf("%u", i);
return 0;
}


Posted on by