Where value types are stored in c#?



Where value types are stored in c#?..

Answer / Priya Kumari

Value types in C#, such as int, bool, and struct, are stored on the stack. This is because they have a fixed size and their values can be easily copied.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does dbml mean?

1 Answers  


Does c# support properties of array types?

1 Answers  


Explain “static” keyword in c#?

1 Answers  


what is partial assembly reference

1 Answers  


What is dynamic object in c#?

1 Answers  


Are c# tuples immutable?

1 Answers  


What is console write in c#?

1 Answers  


How do I run a cshtml file?

1 Answers  


What is xslt in c#?

1 Answers  


What is system predicate?

1 Answers  


How do I download a program to my desktop?

1 Answers  


What does using do in c#?

1 Answers  


Categories