State whether the C# code : var z = null; is okay or not ?

State whether the C# code : var z = null; is okay or not ?

Above code would give an error as null does not have type

Leave a Reply