What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / chandana
nullable types are variable which can have null assigned as
their value.
Yes, they are same.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is final keyword in c#?
Explain About a class access specifiers and method access specifiers.
What is the difference while using directive vs using statement ?
What are delegates?
What is the property of class?
What is default access specifier for class in c#?
What is web forms in c#?
How to implement an object pool in c#.net.
What is getenumerator?
How do you specify a custom attribute for the entire assembly?
Is it true that all c# types derive from a common base class?
List some of the basic string operation?
What is type cast in C#?
Define assert() method? How does it work?
Is c# static or dynamic?