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


Please Help Members By Posting Answers For Below Questions

To catch any possible exception What is the C# syntax written ?

528


What is literal in c#?

466


What are tuples c#?

491


What are anonymous types in c#?

469


What is difference between C# and VB.NET?

510






What is int32 maxvalue?

506


What is xml document how do you open it?

563


What is CLR and its application.?

555


What is type class in c#?

487


What is a Assembly?

534


Suppose two interfaces have same method, so how will you implement these methods in derive class?

475


Explain the difference between boxing and unboxing.

527


What is class in oops with example in c#?

494


Is comparable a functional interface?

494


Is there a way to force garbage collection?

492