Computer Science, asked by chetanac, 7 months ago

For the following code
int g(int x,int y) {
x=x+y;
int z=2*x - y;
return z;
}

what does g(-2,5) evaluate to?​

Answers

Answered by VarunVarsha25
3

Answer:

The answer will be 1....

Similar questions