What is ENUM?

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


Please Help Members By Posting Answers For Below Questions

What is use of private class in c#?

499


What are synchronous and asynchronous operations?

469


Enlist all the components of an ado.net framework?

469


What is xml comments in c#?

487


What is application object in c#?

495






How do you convert byte array to hexadecimal string, and vice versa?

529


What is a value type in c#?

494


Is concurrent queue thread safe?

474


What do you mean by winforms in c#?

500


What is datareader c#?

487


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

1761


Define collections?

490


Do loops c#?

497


What is the best dependency injection c#?

463


Is stringbuilder better than string?

508