✪ Choose the correct option.
What will be output of the following “c” code?
#include
void main()
{
printf(" %x", -1<<4);
}

✪ Choose the correct option.
What will be output of the following “c” code?
#include
void main()
{
printf(" %x", -1<<4);
}