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 a console?
What's the difference between system.string and system.text.stringbuilder classes?
In object oriented programming, how would you describe encapsulation in c#?
How do I count the length of a string in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
Can we override static class in c#?
What is exe file in c#?
Is list passed by reference c#?
What does protected internal access modifier mean?
What are the 2 broad classifications of fields in c#?
Can we inherit a private class in c#?
Explain the use of SN.exe
What is function and method in c#?
What is the reason behind the invention of c#?
Is int a struct in c#?