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 use of nullable types in c#?
What is a int in c#?
What does this keyword mean in c#?
Define xslt.
What does exclamation mark mean c#?
How many types of constructors are there?
What is string in c# net?
How to force my .net app to run as administrator on windows 7?
What is the components of window?
What is string concatenation?
What are the uses of namespaces?
What is a verbatim string literal and why do we use it?
How assembly versioning in .NET prevent DLL Hell problem?
What is collection class c#?
What is a boolean c#?