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
How can I use .NET components from COM programs?
Can I get the name of a type at runtime?
How do I create a multi language, multi file assembly?
What is ildasm and obfuscator in net?
Define a class and an object?
How big is an int in c#?
Is xml tags are case sensitive?
What are the advantages of using assemble language programming?
What is task parallel library?
If casting fails what type of exception is thrown?
What are sorted lists?
What is difference between a type and class?
What is polymorphism c# example?
How many keyword present in C# language ?
To catch any possible exception What is the C# syntax written ?