Login
Remember
Register
Ask a Question
What are value types in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
What are value types in C#?
value-types-c#
c#-value-types
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Below are the list of value types in C# -
decimal
int
byte
enum
double
long
float
...