Answer Posted / sri
Value types are stored directly on the stack, either within
an array or within another type.
Reference type are stored on the run time heap.That only
accessed through a reference to that storage.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What kind of the information stored inside the assembly?
Why to use “using” in c#?
What's different between c# and c/c++?
Why reflection is used in c#?
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
Give some examples for built in datatypes in c#?
Explain About multi level and multiple inheritance how to achieve in .net
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is the implicit name and type of the parameter that gets passed into the class set method?
Can we override interface method?
What is a cshtml file?
Define satellite assembly in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is ulong in c#?
What is out int in c#?