Computer Science, asked by fasihakausar13, 5 months ago

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 llJahangirll
10

Answer:

is called Passing a variable by reference.

Answered by sidaknarula36
1

Explanation:

it very complicated brother I would prefer to leave this stream

Similar questions