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 difference between interface and inheritance in c#?
Can a class have static constructor?
How does bubble sort work?
What is toint32 c#?
Can a loop recorder detect a heart attack?
What is dll hell, and how does .net solve it?
What is console read in c#?
Illustrate race condition?
What are expressions c#?
Which is better interface or abstract class in c#?
What is method in c#?
How many types of constructor are there in c#?
How does split work in c#?
What is the predicate of a sentence?
What is reference types in c#?