can we assign null value to value type in c#?
Answer Posted / amit kumar sharma
//Use this
int? intNull = null;
| Is This Answer Correct ? | 64 Yes | 10 No |
Post New Answer View All Answers
What is difference between array and arraylist in c#?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
What is singleordefault c#?
explain the features of static/shared classes.
What is bitwise operator in c#?
What are the advantages of clr procedure over t-sql procedure?
What is expandoobject in c#?
Why is .net so popular?
Is array a collection c#?
Can a class have multiple constructors c#?
What is yield break in c#?
What are the types of class in c#?
What is ado net in c#?
Explain the security with aop?
What is using keyword in C#?