#includestdio.h

int main()
{
unsigned int res;
res = (64 (2+1-2)) & (~(12));
printf("%d\n", res);
return 0;
}
What will be the output?

Posted on by