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 writeline mean?

0 Answers  


what is Anonymous Method.? and What is shadowing?

2 Answers   ATS, Infosys,


What is the task perform by clr?

0 Answers  


Is equal in c#?

0 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  






What happens when thread sleep () method is called?

0 Answers  


How many types of inheritance are there in c#?

0 Answers  


Why do we use 0?

0 Answers  


What is dictionary class in c#?

0 Answers  


Write a program to find the angle between the hours and minutes in a clock

0 Answers  


What is the differences between datagrid, datalist and repeater in .net?

0 Answers  


what is boxing and unboxing?can we initialize unboxing directly?

0 Answers   EDS,


Categories