Home » C Programming » Expressions

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!