An Array is a Ref Type? what about the array elements which
are value type(int,Float...etc)?
Answer Posted / vikas toshaniwal
The refrence type always refer the value from other variable
but value type we pass the value to the variable
if the ref variable value is changed than it reflect ot
refrence type but value type don't have any refrence
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to sort an int array in c#?
Define thread? Explain about multithreading?
Explain how is the dll hell problem solved in .net?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is the use of static in c#?
What is scaffolding in c#?
What is difference between method overriding and method overloading?
What is difference between il and dll ?
What does mean c#?
What is the difference between console and windows application?
What is boolean conditions in c#?
What is an escape sequence?
What are access modifiers used for?
Is goto statement supported in c#?
What are the problem with .NET generics?