1.

Assuming, integer is 2 byte, What will be the output of the program? #include int main() { printf("%x\n", -2<<2); return 0; }

A. ffff
B. 0  
C. fff8
D. Error
Answer» D. Error


Discussion

No Comment Found