MCQOPTIONS
Saved Bookmarks
| 1. |
What would be the output of the following program ?_x005F_x000D_ main() _x005F_x000D_ {_x005F_x000D_     unsigned  int a = oxffff;_x005F_x000D_     ~a;_x005F_x000D_     printf ("%x", a);_x005F_x000D_ } |
| A. | ffff |
| B. | |
| C. | 00ff |
| D. | None of the above |
| Answer» B. | |