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
Can we have 2 main methods in c#?
What is data type in c# with example?
What is dataview c#?
What is the use of static members with example using c#.net.
Is a structure a class?
Why singleton pattern is used in c#?
What is array formula?
Can constructor be protected in c#?
What is the value which is accepted by all data types ?
What is delegates in c# and uses of delegates?
Is visual c# free?
What are scriptable objects?
What is private variable?
What is Named parameter in C#?
How do I start a program in c#?