DotNet Interview Question 47 of 100:
What is the use of Nullable types in CSharp?
Answer: Nullable types are instances of the System.Nullable struct in CSharp. A nullable type can represent the correct range of values for its underlying value type, plus an additional null value.