C# Ques and Answers
Thursday, 31 March 2016
What is Nullable Types in C#?
Variable types does not hold null values
so to hold the null values we have to use nullable types. So nullable types can have values either null or other values as well.
Eg: Int?
mynullablevar = null;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment