Answer Posted / kishore
Value types are the variables that directly contain the
vaiue and are stored in stack memry.
Example: int, char, float...
Reference types does not contain the value directly but has
the address of the value i.e reference address..
Reference types are stored in Heap memory.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is dao in c#?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What do you know about Translate Accelerator?
What is difference between assembly and namespace?
What is disco?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is the main purpose of linq?
What is lazy class in c#?
Can destructors have access modifiers?
What is the advantage of extension method in c#?
Why ienumerable is used in c#?
Why do we need reflection in c#?
What is asynchronous one-way calls?
Explain what is copy constructor?
How do you achieve polymorphism in c#?