MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code? #include #define max 100 main() { #ifdef max printf("hello"); } |
| A. | 100 |
| B. | hello |
| C. | hello |
| D. | error |
| Answer» E. | |