How to assign default value to nullable types? Did nested
nullable types are allowed
Answer Posted / msg
Nested nullable types are not allowed. The following line
will not compile:
Nullable<Nullable<int>> n;
- By MSG
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is parameterized constructor?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is global asax in c#?
Are there functions in c#?
Where do we use serialization in c#?
What are the concepts of dispose method?
Define using statement in c#?
What do you mean by default constructor?
What is difference between a constant and read-only in C#?
What happens if you add duplicate elements to a set?
Is java better than c sharp?
Why is ienumerable used?
What does exclamation mark mean c#?
What is the difference between a class and an object c#?
What do you mean by casting a data type?