Computer Science, asked by arulkumaran8363, 11 months ago

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 eswarvts
2

Output

***********

2

It will be the output of the program

Similar questions