

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program? #include int main() { unsigned char i = 0x80; printf("%d\n", i |
A. | 0 |
B. | 256 |
C. | 100 |
D. | 80 |
Answer» C. 100 | |