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
Distinguish between finally and finalize blocks?
Will the following code compile?
What can be done with c#?
Can we have 2 main methods in c#?
What is attribute and reflection in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
Which debugging tools you can use in the .NET ssSDK?
What is an assembly in dotnet?
Define an array?
Is a structure a class?
What is dynamic object in c#?
What is private readonly in c#?
Are c and c# the same thing?
What is the difference between an application domain and a process?
What is the difference between selection and projection?