for the following code
int g (int x , int Y)
{
x = x+ y;
int z=2*x -y;
return z
}
What does g (3, -10) evalute
Answers
Answered by
0
Answer:
.........................
Similar questions