0 votes
in C Sharp by
What are value types in C#?

1 Answer

0 votes
by
Below are the list of value types in C# -

decimal

int

byte

enum

double

long

float

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Oct 18, 2019 in C Sharp by Robin
...