What is the error message that you would get if you try to assign “Null” to an integer variable ?
What is the error message that you would get if you try to assign “Null” to an integer variable ?
- Error message : Cannot convert null to int because it is a non-nullable value type(or) INVALID use of NULL.