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