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
How many types of constructors are there?
What does out mean c#?
Can constructor be protected?
How many aware interfaces are there?
Define using statement in c#?
Does c# replace c++?
How to use delegates with events?
What is foreach loop in c#?
What is the purpose of ienumerable in c#?
What is the difference between interface and functional interface?
What's the c# syntax to catch any possible exception?
What are the 3 types of comments in c#?
What are floating point numbers?
What is int32?
What are access modifiers in c#?