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 are properties in C#?
What is deferred execution?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Is void a class?
What is difference between ilist and list in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
While debugging a C# application can you change the value of a variable?
To whom a method is accesssed if it is marked as protected internal ?
What is xml serializer?
Which technology is best for desktop application?
Explain the difference between .net and c#?
What Is A Multicast Delegate?
What is decimal in c#?
What operator means?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?