what are value types and reference types? where they are stored?
Answer Posted / ctharam
Data Type are 2 Kinds. they are 1) Value Data Type 2) Reference Data Type.
1) Value Data Types are stored in Stack Memory Location( bool,byte,char,decimal,double,enum,float,int,long,struct,short and uint)
2) Reference Data Type are stored in Heap Memory Location(Class,Object,Array,Interface,Delegate and Dynamic).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you type a null character?
Explain About .NET Framework
How to find type of variable?
What is strong name assembly?
What is entity framework c#?
Can a method be sealed in c#?
Is visual c# free?
What is thread safe in c#?
What is array collection?
What is the base class from which all value types are derived?
Can derived classes have greater accessibility than their base types?
How do I do implement a trace?
What is difference between tostring() vs convert.tostring() vs (string) cast
What's your approach to fetch static data in your windows form application?
What is CASPOL?