MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What will be the output of the following C code? #include int main() { float x = 'a'; printf("%f", x); return 0; } | 
                            
| A. | a | 
| B. | run time error | 
| C. | a.0000000 | 
| D. | 97.000000 | 
| Answer» E. | |