MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What will be the output of the following C code? #include void main() { #ifndef max printf("hello"); #endif printf("hi"); } | 
                            
| A. | hello | 
| B. | hellohi | 
| C. | error | 
| D. | hi | 
| Answer» C. error | |