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
Where static variables are stored?
How do you concatenate in c#?
What is assembly c#?
What are the 3 types of comments in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is a derived class in c#?
Why do we use threads in c#?
Explain about CTS?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is an object pool in .net?
How many bytes is an int c#?
What is difference between ilist and list?
How do you prevent a class from being inherited in c#?
What is string [] args in c#?
Where is c# compiler located?