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
Wcf and what is difference between wcf and web services?
What are the different types of literals in c#?
what are some characteristics of an array?
write a c# program add two matrix with input number ?
What is ulong in c#?
What is a template class?
Is linkedhashset synchronized?
How C# 4.0 supports dynamic programming language?
Can a struct inherit from another struct or class in c#?
What language is c# similar to?
What is using keyword?
Where do I put dll files?
What do you mean by a windows process in regards to memory allocation?
What is asp net in c#?
Can I define my own exceptions?