Page 1 of 1

Choose the statement which defines the Nullable type Correctly:

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) A special version of a value type that is represented by a structure
b) A nullable type can also store the value null
c) Nullable types are objects of System.Nullable, where T must be a non nullable value type
d) All of the mentioned