Can an array be null c#?



Can an array be null c#?..

Answer / Kaushalya Krishanarao Balpande

No, an array in C# cannot be explicitly set to null. However, its elements can be set to null if it is an array of object types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is managed or unmanaged code?

1 Answers  


How can we give strong name to assembly? What is satellite assembly?

2 Answers   SMNetserv,


What is iqueryable in c#?

1 Answers  


Why do canadians say zed?

1 Answers  


What is the difference between as and is operators in c#?

1 Answers  


What is constants in c#?

1 Answers  


Why do we use 0?

1 Answers  


Is exe is machine dependent?

1 Answers  


why do we use Overloading, Overriding, Boxing, Unboxing, and what is the use of these ?

3 Answers   eXensys,


Can structs in c# have destructors?

1 Answers  


What is the meaning of 0 in c#?

1 Answers  


Is c sharp free?

1 Answers  


Categories