InterviewSolution
Saved Bookmarks
| 1. |
What are the variations of Null Operators? |
|
Answer» There are certain operators cannot use with NULL OPERATOR as result will be null also. STANDARD comparison operators cannot compare null values because it will RETURN only null, not true or false. Other available forms of operators are −
|
|