What is the output of this program?
function
{
y = 4;
x = 10;
z = 5;
for(y < x)
{
x = x - 3;
y = y - 1;
z = 2 + x + y;
3
return Z.
Answers
Answered by
10
Answer:
is called Passing a variable by reference.
Answered by
1
Explanation:
it very complicated brother I would prefer to leave this stream
Similar questions