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