What are nullable types? Is Nullable<int> I and int ?i are same.

Answers were Sorted based on User's Feedback



What are nullable types? Is Nullable<int> I and int ?i are same...

Answer / 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

What are nullable types? Is Nullable<int> I and int ?i are same...

Answer / 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

More C Sharp Interview Questions

What does mean c#?

0 Answers  


What is difference between ienumerable and iqueryable in c#?

0 Answers  


What are the collection classes ?

2 Answers   Digital GlobalSoft,


What is float in unity?

0 Answers  


How do I create a multi language, multi file assembly?

0 Answers  


How does bitwise xor work?

0 Answers  


What is console programming language?

0 Answers  


What is string in c# net?

0 Answers  


What is form feed in c#?

0 Answers  


What are Regex / regular expressions ?

0 Answers   QuestPond,


How do you concatenate in c#?

0 Answers  


What are the advantages of using c#?

0 Answers  


Categories