Is array reference type / value type ?
Answer Posted / shanta
Yes array is reference type because it uses address
| Is This Answer Correct ? | 37 Yes | 2 No |
Post New Answer View All Answers
Why do we need collections in c#?
When is a class declared as a class abstract?
What is the use of constructor in c# with example?
How do you create empty strings in c#?
Is c# code is managed or unmanaged code?
Name any three ways to pass parameters to a method in c#?
What are expressions c#?
What is the difference between struct and class c#?
Can abstract class have private constructor c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is a multicast c# delegate?
How can I check the type of an object at runtime?
What are the steps to create a webservice and consume it?
What is difference between string and stringbuffer in c#?
What is property in c#?