Predict the output

#include<stdio.h>
int main()
{
printf("%x", -1<<1);
getchar();
return 0;
}




Posted on by