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 does ienumerable mean?
What is data hiding in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
Is a dll an assembly?
What is the difference between values and reference types?
How to find type of variable?
Is it not possible to store a boolean value as a variable?
Which is faster hashtable or dictionary?
What does return do in unity?
What is interface inheritance in c#?
How many types of methods are there in c#?
Why we use get set property in c#?
What is binding in c#?
Distinguish between finally and finalize blocks?
Difference between directcast and ctype.