InterviewSolution
Saved Bookmarks
| 1. |
Explain nullable types in C#? |
|
Answer» In C#, there is a special DATA type called the nullable TYPES. To this data type, the DEVELOPERS can assign a normal range of VALUES as well as null range of values. |
|