MCQOPTIONS
Saved Bookmarks
| 1. |
Comment on the output of the following C code.#include <stdio.h> #include "test.h" #include "test.h" int main() { //statements... } |
| A. | False |
| B. | True |
| C. | Depends on compiler |
| D. | Compilation Error |
| E. | None of these |
| Answer» E. None of these | |