int i=0x1 << sizeof(int)*8-1; printf("\n%x",i); i=i>>sizeof(int)*8-1; printf("%d",i);
Answer & Explanation Option: [B]