MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What will be the output of the following C code? #include int main() { printf("%d", d++); } int d = 10; | 
                            
| A. | 9 | 
| B. | 10 | 
| C. | 11 | 
| D. | Compile time error | 
| Answer» E. | |