Answer:
int add(int a, int b);
Explanation:
The prototype has a return type of int.
We call it add and give it two parameters a and b relatively.
9.5m questions
12.2m answers