Assunming, integer is 2 byte, What will be the output of the program?
#includestdio.h
int main()
{
printf("%x\n", -11);
return0;
}


Posted on by