1. What will be the output of the program?
A. -2, 3, 1, 1
B. 2, 3, 1, 2
C. 1, 2, 3, 1
D. 3, 3, 1, 2
2. Assuming, integer is 2 byte, What will be the output of the program?
A. ffff
B. 0
C. fff8
D. Error
3. What will be the output of the program?
A. 2, 2, 0, 1
B. 1, 2, 1, 0
C. -2, 2, 0, 0
D. -2, 2, 0, 1
4. What will be the output of the program?
A. z=0
B. z=1
C. z=4
D. z=2
5. What will be the output of the program?
A. 1, 0, 1
B. 1, 1, 1
C. 0, 0, 0
D. 0, 1, 0