Can I assign Null value on VAR?
Ritesh Singh
No
C# is a strictly/strongly typed language. var was introduced for compile-time type-binding for anonymous types yet you can use var for primitive and custom types that are already known at design time.