can we assign null value to value type in c#?
Answer Posted / vikram
ya we can assign null value to valuetype but to certain
datatype only like string but not to int or float.
| Is This Answer Correct ? | 35 Yes | 45 No |
Post New Answer View All Answers
What is console application with example?
How many types of constructors are there?
Why we use dll in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is lazy loading entity framework?
What is c# used for?
What is a base class in C#?
What exactly happens when we debug and build the program?
Explain what is copy constructor?
What is sorted list in c#?
Does a loop recorder have to be removed?
What is the difference between func and action delegate?
Explain concurrency with aop?
Explain the advantage of using system.text.stringbuilder over system.string?
what is the scope of anonymous type ?