Vidyalelo
C# Programming · Q44

Introduction to C Sharp

Programming · C# Programming · question 44

Q44

What is the correct syntax to declare a nullable type in C#?

A.
nullable int
B.
int nullable
C.
int? nullableInt
Answer
D.
nullable

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board