Answer Posted / sagar
csharp provided a new concept of nullable type in which we
can store null values to integer data type , previously
like c , c++ its not possible to store null values in value
types,this languages supports to store null values only in
reference types.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the property of a class in c#?
Define xslt.
What is the C# syntax to catch any possible exception?
Any problem found in vs.et
What is assembly version series sequence?
What are the different types of literals in c#?
Is arraylist type safe in c#?
What is inheritance c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is overriding in c#?
How do you clear a list in c#?
What is distribute by in hive?
What is difference between property and variable in c#?
without modifying source code if we compile again, will it be generated MSIL again?
What happens when thread sleep () method is called?