#include<stdio.h>
main()
{
printf("%x",-1<<4);
}
Determine the output.

Posted on by