Computer Science, asked by akshya73, 10 months ago

distinguish between = and == operator​

Answers

Answered by chhetrigaurav074
4

Answer:

Conclusion. So it's cleared now, ,both are not same, = is an Assignment Operator it is used to assign the value of variable or expression, while == is an Equal to Operator and it is a relation operator used for comparison (to compare value of both left and right side operands).

Explanation:

i guess it helps u

Similar questions