Latest C Aptitude Question SOLUTION: Assuming a integer 2-bytes, What will be the output of the program? #include int main() { printf("%x\n", -1<<3); return 0; } Options 1) ffff 2) fff8 3) 0 4) -1