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
Is java better than c#?
What are the basic string operations? Explain.
What is difference between ilist and list?
What is an assembly loader?
What does dbml mean?
Difference between a sub and a function in c#.
What are the types of constructors?
Is there an equivalent of exit() for quitting a c# .net application?
Is c# difficult to learn?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What is string in c# net?
Give an example of a directcast.
What is data hiding in c#?
What is unrecognized escape sequence in c#?
How do you sort an array in c#?