Kizspy | Question: 36
(Choose 1 answer)
Which of the following represents a function that takes two parameters and returns their sum using a lambda expression?
A. (int a, int b) => a * b
B. (int a) => a + 1
C. (int a, int b) => a + b
D. (int a) => a/2