var str = (string)null; str = "Hello";
C# compiler does not allow assignment of null value with var .
why someone would want to assign null to var?
cannot assign null to implicitly typed variable