Assuming, integer is 2 byte, What will be the output of the program?
#includestdio.h

int main()
{
printf("%x\n", -22);
return 0;
}

Posted on by