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
How many types of constructors are there?
How much time will it take to learn unity?
What is the difference between const and static read-only?
What is difference between float and decimal?
Why do we need interface in c#?
Is javascript harder than c#?
Are structs value types or reference types?
What do you mean by a windows process in regards to memory allocation?
Give examples for value types?
What is the predicate of a sentence?
What is the solution if you need to manipulate sets of items?
what is the difference between .dll and .exe
Explain how can you clean up objects holding resources from within the code?
What is reflection in c#?
What is the size of a decimal?