Computer Science, asked by palshivangi914, 1 month ago

What is the difference between (==) and (=) Operator? *
plz tell fast​

Answers

Answered by 12341593
1

Answer:

The “=” is an assignment operator is used to assign the value on the right to the variable on the left. The '==' operator checks whether the two given operands are equal or not. If so, it returns true

follow kr do...please

Similar questions