Saved Bookmarks
| 1. |
What is difference between = and ==? |
|
Answer» Answer: 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. I hope my answer is correct and keep it up |
|