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 does it mean to override a method?
Does c# provide copy constructor?
What is namespace in oops?
Can arraylist store different data types in c#?
How to transpose multi-dimensional array?
Why do we need static in c#?
Is 0 an unsigned integer?
Differentiate between method overriding from method overloading with its functionality?
What are access modifiers used for?
Why would you use untrusted verification?
What is default access modifier for class in c#?
Can a method return multiple values in c#?
What is string literal in c#?
What is static variable in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?