Answer Posted / kamlesh sharma
value types are stack allocated and reference types are
heap allocated
value types holds the actual data stored at variable
location and reference types holds the addresses
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does c# support templates?
What do you mean by shared assembly?
Is a dll an assembly?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Is c# and .net same?
What is a di class?
Is vs as c#?
What is multicast delegate explain with example?
What is c# used for?
Why is c# a good programming language?
What are the examples of data types?
Define assert() method? How does it work?
Is c# int immutable?
What are the advantages of using delegates in c#?