Home / Questions / What is the value of x1 if x=5? x1= ++x – x++ + --x
Explanatory Question

What is the value of x1 if x=5?

x1= ++x – x++ + --x

👁 83 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

    x1 = ++x – x++ + --x
⇒ x1 = 6 - 6 + 6
⇒ x1 = 0 + 6
⇒ x1 = 6