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
What is serialization and deserialization in c# with example?
What is hashset c#?
How to find the current application file path while runtime?
Is static thread safe?
What is a callback c#?
What is iqueryable in linq?
What is the difference between private and protected in c#?
How do you sort an array in c#?
What is the use of oops in c#?
What are properties in c#. Explain with an example?
Can hashtable have duplicate keys in c#?
What is icomparable in c#?
What is string in c# net?
How to sign an assembly with strong name?
What is the difference between list and array in c#?