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 a framework in c#?
What is difference between managed and unmanaged code?
Is c# good for beginners?
What is hashtable in c# net with example?
What is gui in c#?
What are extensions in c#?
How do you achieve polymorphism in c#?
Does c# do array bounds checking?
What is a int in c#?
What is string literal in c#?
What does an indexer do?
What is string interpolation in c#?
What is the advantage of dependency injection?
What is sqladapter c#?
In which way a two-dimensional array declared in C#?