Computer Science, asked by heenaafreen223, 8 months ago

Did you mean: what is the output of the following y=10
following if y=10. Z=(++y*(y++ +5));​

Answers

Answered by anindyaadhikari13
2

\star\:\:\:\sf\large\underline\blue{Question:-}

  • Write the output of the following code.

\star\:\:\:\sf\large\underline\blue{Steps:-}

Given,

y=10;

z=(++y*(y++ + 5))

Or,

z = 11 * (11+5)

Or,

z=11*16

Or,

z=176

\star\:\:\:\sf\large\underline\blue{Output:-}

  • The value of z is 176.
Similar questions