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
Explain more on CLR
What is a linked list c#?
What is binary search tree in data structure?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is use of a HashTable in .NET?
Explain a MSIL ? Why is it appreciated by all developers?
What is array class in c#?
What is expandoobject in c#?
What is private in c#?
When is a class declared as a class abstract?
Which string method is used for concatenation of two strings in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Why do we need events in c#?
Does c# support multiple inheritance (mi)?
Is a games console a computer?