Q44
What is the correct syntax to declare a nullable type in C#?
A.
nullable int
B.
int nullable
C.
int? nullableInt
AnswerD.
nullable
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board