Computer Science, asked by kadamgirish321, 6 months ago

If int y = 12 then find

int z = (++y * (y++ + 7));​

Answers

Answered by Asifurrahaman2018
1

Answer:

I know Java so I can answer this

++y = 13

so

y++ + 7

12+7+1

20

20*13

260

Therefore int z= 260

hope it helps

Answered by pinkybansal1101
1

Answer:

\huge\boxed{\fcolorbox{blue} {green}{Answer}}

 \huge \underline \bold \blue {KnowMore:}

PREFIX OPERATORS:

They work on the principal of CHANGE BEFORE ACTION.

POSTFIX OPERATERS:

They work on the principal of CHANGE AFTER ACTION.

____________

Hope it helps

 &lt;marquee behaviour-move&gt; &lt;font color="</strong><strong>orange</strong><strong>"&gt; &lt;h1&gt;</strong><strong>#Mark_BRAINLIEST</strong><strong>&lt;/ ht&gt; &lt;/marquee&gt;

 &lt;marquee behaviour-move&gt; &lt;font color="</strong><strong>purple</strong><strong>"&gt; &lt;h1&gt;</strong><strong>@</strong><strong>phenom</strong><strong>&lt;/ ht&gt; &lt;/marquee&gt;

Attachments:
Similar questions