MCQOPTIONS
Saved Bookmarks
| 1. |
The below two lines are equivalent to ________.#define C_IO_HEADER <stdio.h> #include C_IO_HEADER |
| A. | #include<stdio.h> |
| B. | #include C_IO_HEADER |
| C. | #include printf |
| D. | #include<stdlib.h> |
| E. | None of these |
| Answer» B. #include C_IO_HEADER | |