Answer Posted / muthukumar
The enum keyword is used to declare an enumeration, a
distinct type consisting of a set of named constants called
the enumerator list. Every enumeration type has an
underlying type, which can be any integral type except
char.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is attribute c#?
Can struct be static in c#?
What is the difference between namespace and class in c#?
What is datarelation c#?
List down the commonly used types of exceptions in .net
What is the use of tuple in c#?
What is asynccallback c#?
What is the major difference between a custom control and user control?
what is the Difference between the public and private ?
What is exe in c#?
What is ienumerator c#?
What is a .aspx file?
What is an abstract class c#?
Why do we use generics in c#?
What is ControlBox Propertie