0
Why equal sign is called assignment operator rather than equal operator so what we say to this (x=y) x assign to y.
Assignment operator
6 ответов
+ 8
I
'==' ➝ boolean equals
' = ' ➝ assignment
+ 7
~ swim ~
x assigns y
is the same as
y is assigned to x 😉
= assigns the right operand to the left
+ 5
Yes , x assigns y
+ 5
Vishal Yadav 👍
You are welcome! 😊
I learned it this way and it's much easier for me to remember, because in this way I separated the meaning of the operator.
+ 1
Thanks Danijel Ivanović
0
Kk thanks