Question: Consider the following function: int addition (int a, int b) { int r; r=a+b; } What is wrong with this function? A. The variable definition
Consider the following function:
int addition (int a, int b) { int r; r=a+b; } What is wrong with this function?
| A. | The variable definition is wrong |
| B. | Something is missing |
| C. | The parameter list is wrong D. The calculation is wrong
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
