MCQOPTIONS
Saved Bookmarks
| 1. |
Comment on the output of this C code?#include #include "test.h"#include "test.h"int main(){//some code} |
| A. | TRUE |
| B. | Compile time error |
| C. | FALSE |
| D. | Depends on the compiler |
| Answer» E. | |