What’s the difference between ‘int?’ and ‘int’ in C#? January 17, 2023 by Tarik int? is shorthand for Nullable<int>. This may be the post you were looking for.