MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What is the output of below code snippet? enum Levels { private TOP, public MEDIUM, protected BOTTOM; } | 
                            
| A. | Runtime Error | 
| B. | EnumNotDefined Exception | 
| C. | It runs successfully | 
| D. | Compilation Error | 
| Answer» E. | |