What are value types in C#?
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
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
Value types directly contain data and derived from System.ValueType.
need an explanation for this answer? contact us directly to get an explanation for this answerValue types use the stack to store value.
Example: int, float, char, Bool, short