Saved Bookmarks
| 1. |
Choose the statement which defines the Nullable type Correctly:(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 mentionedThe question was posed to me in an interview.The above asked question is from Pointers Operation in chapter Miscellaneous topics of C# |
|
Answer» The correct answer is (d) All of the mentioned |
|