what are value types and reference types? where they are stored?
Answer Posted / pankaj
value types------int,float,char
reference type----Array,class
value types stored in stack while reference type stored in heap.
in reference type address f variables are stored
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does it mean?
What is null in database?
What can be done with c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
List some of the classes used by system.data namespace?
How do I declare a pure virtual function in c#?
what is an exception in .net?
write a c# program add two matrix with input number ?
What is file extension of webservices?
How does dependency injection work c#?
Why do we need static in c#?
What is constructors, explain with syntax
What is the major difference between a custom control and user control?
What are cshtml files?
What are generic types?