Home » C Programming » Bitwise Operators

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

Next →

Discussion & Comments

No comments yet. Be the first to comment!