Assunming, integer is 2 byte, What will be the output of the program?
#include int main() { printf("%x\n", -1>>1); return 0; }
Answer: A
No answer description available for this question.