Value types, such as int , contain direct values, not references like ReferenceType . The value cannot be null, but the reference can be null, which means that it does not indicate anything. Value cannot have anything in it. The value always contains some value
Nullable or Nullable types are special value types that, in addition to the normal values โโof value types, also support an additional null value, like reference types
Haris hasan
source share