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

Which operator cannot be overloaded in c sharp?

1 Answers  


Can we customize the serialization process?

1 Answers  


How do I open the console window?

1 Answers  


Which debugging tools you can use in the .NET ssSDK?

1 Answers   Siebel,


Explain inheritance in c#?

1 Answers  


What is difference between array and collection?

1 Answers  


What does exclamation mark mean c#?

1 Answers  


What is null in database?

1 Answers  


i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.

1 Answers  


What is int64 in c#?

1 Answers  


What are extender provider components?

1 Answers  


List the fundamental oop concepts?

1 Answers  


Categories