deadman652 deadman652 11-01-2024 Mathematics contestada 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