As all we know string is a reference type (could be null), so below code is valid.
string
string name = null;
Why and