Discussion :: Bitwise Operators
-
What will be the output of the program?
#include int main() { printf("%d %d\n", 321, 320); printf("%d %d\n", 321, 320); printf("%d %d\n", 32>>1, 32>>0); printf("%d %d\n", 32>>-1, 32>>-0); return 0; }
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook