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
Is typeof c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is null in database?
what is the difference between a struct and a class in c#?
How many aware interfaces are there?
Why dictionary is used in c#?
In a memory when you Box and Unbox a value-type what happens?
What happens when thread sleep () method is called?
We cannot create instances of static classes. Can we have constructors for static classes?
Define assert() method? How does it work?
What's the difference between class and object?
How does dictionary work in c#?
What is indexer c#?
What is a delegate? How can it works?
What is the purpose of a console table?