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 the difference between do and while loop?
What is a console device?
What is asp net c# corner?
How many constructors can a class have c#?
Why interface is required?
What is the .net datatype that allows the retrieval of data by a unique key?
What is class and object c#?
What is the difference between “constant” and “readonly” variables in c#?
Why do we need escape characters?
What are data types in C#?
What is binding in c#?
Define a manifest in .net?
Is it not possible to store a boolean value as a variable?
write a program to find the biggest palindrome in the given string
How does split work in c#?