adspace
Answer Posted / Etendra Singh Rana
Structs are value types in C#. When a struct is created, it stores the data directly in the variable that holds the struct instance, not as a reference to the memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers