can we assign null value to value type in c#?
Answer Posted / neelima
string is a reference type..its not a value type..
| Is This Answer Correct ? | 61 Yes | 8 No |
Post New Answer View All Answers
Can enum be null c#?
What are static and dynamic variables?
What is expression tree with example?
Which framework is best for desktop application?
List some Advantages of switch-case over if else?
What do you mean by winforms in c#?
Explain circular reference in c#?
What is difference between private and protected?
Define parsing?
Where do we set the min and max pool size for connection pooling?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
What is the difference between int.parse and int.tryparse methods?
What is decimal in c#?
Is it possible to force garbage collector to run?
To create a localized application which namespaces are necessary?