MCQOPTIONS
Saved Bookmarks
| 1. |
During preprocessing, the code #include gets replaced by the contents of the file stdio.h. Which is true? |
| A. | During linking the code #include replaces by stdio.h |
| B. | Yes |
| C. | During execution the code #include replaces by stdio.h |
| D. | During editing the code #include replaces by stdio.h |
| Answer» C. During execution the code #include replaces by stdio.h | |