can we assign null value to value type in c#?
Answer Posted / anirudh
YES. WE CAN !!!
use this:
int? var_x = null;
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
What is a dictionary in c#?
What is the use of system.environment class in c#.net?
How do I create a multi language, multi file assembly?
What are the steps to create an assembly and add it to the gac?
What is the purpose of namespace?
Explain the types of errors in c#?
Is 0 an unsigned integer?
Can we inherit singleton class in c#?
Which language is used for desktop application?
In dynamic link library, which api is used for load library?
Where do I put dll files?
What's difference between constants and static readonly?
What is the default value of string in c#?
Are c# strings immutable?
What is void in c#?