Why int can't be null? How does nullable int (int?) work in C#?

Viewed 17014

I am new to C# and just learned that objects can be null in C# but int can't.

Also how does nullable int (int?) work in C#?

6 Answers
Related