| 9. | Which of the following is the correct output for the C#.NET code snippet given below? enum color: int |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 10. | Which of the following statements is correct about the C#.NET code snippet given below? enum per |
|||||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 11. | An enum that is declared inside a class, struct, namespace or interface is treated as public.
|
|||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 12. | Which of the following will be the correct output for the C#.NET code snippet given below? enum color : int |
|||||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 13. | Which of the following statements are correct about an enum used inC#.NET? 1 To use the keyword enum, we should either use [enum] or System.Enum. 2 enum is a keyword. 3 Enum is class declared in System.Type namespace. 4 Enum is a class declared in the current project's root namespace. 5 Enum is a class declared in System namespace. |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 14. | Which of the following is the correct output for the C#.NET code snippet given below? enum color |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 15. | Which of the following statements is true about an enum used in C#.NET?
|
|||||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 16. | Which of the following statements is correct about the C#.NET code snippet given below? int a = 10; |
|||||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
