In the below statement when true is returned?
If str="USE" Xor strln="USE" Then
If str="USE" Xor strln="USE" Then
A. When both the sub-conditions are true
B. When only one sub-condition is true
C. When both the sub-conditions are false
D. It never returns true
Answer: Option B

Join The Discussion