MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code if these two files namely sample.c and sample1.c are linked and run? |
| A. | 0 0 |
| B. | 0 12 |
| C. | 12 0 |
| D. | 12 12 |
| E. | None of these |
| Answer» D. 12 12 | |