

MCQOPTIONS
Saved Bookmarks
1. |
Assuming, integer is 2 byte, What will be the output of the program? #include int main() { printf("%x\n", -2 |
A. | ffff |
B. | 0   |
C. | fff8 |
D. | Error |
Answer» D. Error | |