Livecoding.tv Question of the Day: 07/10/2016
Answer: The output will be:
1 2 |
location is null 1/1/0001 12:00:00 AM |
Although both variables are uninitialized, String is a reference type and DateTime is a value type. As a value type, an initialized DateTime variable is set to a default value of midnight of 1/1/1…