Is array reference type / value type ?
Answer Posted / zohaib brohi
option 1: int arrayone[6];
option 2 : int[] arraytwo = new int[6];
my question is are both options of arrays are refrence type or not? or which option is of which type ?
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
what is a constructor? What is a destructor?
Can properties be private in c#?
What is a float?
Is and as keyword in c# net?
What is encapsulation in csharp?
Why is c# better than java?
What are classes in c#?
What do you mean by thread safe in c#?
How can I check the type of an object at runtime?
What is array and its types in c#?
What is array class in c#?
What is a framework in c#?
What is stringbuilder c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
Can property be private in c#?