What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / amol more
Hey Hi Chandana,
Please correct me ..
if we are say like nullable types are variable which can
have null assigned as their value. Means that variable
holding null value that is undefined.
However, when we decalre the int i mean by deafault i
variable is holding the zero value.
That's the reason both are not same.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is tryparse c#?
What do you understand by an Implicit Variable?
What is xpath in c#?
what is a structure in c#
What is class and object c#?
How can i Spawn a Thread
What are the types of parameters in c#?
Why are strings immutable in c#?
What is tryparse?
Which of the following API is used to hide a window?
How are Windows programs different from normal C-programs?
Define satellite Assembly?
What are interfaces in c#?
How many classes are there in classification?
Can we inherit abstract class in c#?