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