Frage im Vorstellungsgespräch bei Cognizant

What is difference between value types and reference types in c#?

Antwort im Vorstellungsgespräch

Anonym

22. Sept. 2025

In C#, value types store data directly in memory, while reference types store a reference (address) to the actual data.