Pages
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
Monday, 26 August 2024
Enum C#
public
enum
BranchCode
{
Branch1=1,
Branch2,
Branch3
}
Console.Write(((
int
)BranchCode.Branch2));
Next Example
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)