Computer Science, asked by ARUSMITBHATTACHERYYA, 11 months ago

if x=5 ; then. " 5*x++"? what will be the answer in computer science?​

Answers

Answered by yahya6590
0

Answer:

The answer will be 11.

Explanation:

the variable x is having the value 5 the question is 5*x++ first the 5 and x value will be multiplied and ++ will add 1 to the product.

it will help you

Answered by sswaraj04
0

Answer:

25

Explanation:

5*x++

will first multiply 5*x then value of x will be incremented later

5*5=25

5*x++ =25

and x = 6 now

Hope it helps :-)

Similar questions