Given the function int plus(int a, int b) return a b; and the function call int x = plus(1, 2), which of the following are formal parameters?
1) int
2) plus
3) a
4) b