Google News
logo
C# - Quiz(MCQ)
What is the nullable type in C#?
A)
It allows assignment of null to value type.
B)
It allows assignment of null to static class.
C)
It allows assignment of null to reference type.
D)
None of the Above

Correct Answer :   It allows assignment of null to value type.

Advertisement