MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What is the output of this C code? #include void main() { unsigned int x = -5; printf("%d", x); } | 
                            
| A. | Run time error | 
| B. | Aries | 
| C. | -5 | 
| D. | 5 | 
| Answer» D. 5 | |