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 does the keyword “virtual†declare for a method or property?
What is access specifier in c#?
What is Garbage Collection in .Net?
What is wcf c#?
What are events in C#?
How to transpose multi-dimensional array?
What is the namespace for datatable in c#?
Explain About stateless and state full web service
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is polymorphism in c sharp?
What is arraylist class in c#?
What is a web service in c#?
What is the use of main method in c#?
What is as keyword in c#?
How to properly clean up excel interop objects?