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 Answers
+ 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