Select from following answers:- null

- 1>2
- throw an error
- None of these.
- All Above
It will return Null,because condition is going to be true.
Means 2>=2 condition is true.
Syntax is
IIf(expression,true,false)
If 1st parameter returns true,output will be true part otherwise false part.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator