MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What will be the output of the following C code? #include int x; void main() { if (x) printf("hi"); else printf("how are u"); } | 
                            
| A. | hi | 
| B. | how are you | 
| C. | compile time error | 
| D. | none of the mentioned | 
| Answer» C. compile time error | |