Computer Science, asked by tapanisthasaha890, 17 days ago

Predict the Output of the following: int y = 10 ; if((y\%2)==0) int z=y^ * y++ + ++y ;​

Answers

Answered by anari202021
0

Answer:

the output is z = 10 to the power 23.

Similar questions