Assuming, integer is 2 byte, what will be the output of the program?#includeint main(){ printf("%x\n", -2<<2); return 0;}
Answers
Answered by
2
Output
***********
2
It will be the output of the program
Similar questions