Nullable Type in C#.Net 2.0

Basically we cannot assign null to any value type.But it is possible using nullable type ,a new feature of C#.Net 2.0.

Here is the code below....

int ?num=null;//nullable type