Q. What will be the output of `(a, b) -> a - b` for inputs 5 and 3?
β
Correct Answer: (A)
2
Explanation: 5 - 3 = 2.
Explanation: 5 - 3 = 2.