Q:

What are value types in C#?

0

What are value types in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

Value types directly contain data and derived from System.ValueType.
Value types use the stack to store value.
Example: int, float, char, Bool, short

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are reference types in C#?... >>
<< Explain sealed class in C#?...