InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between The = Symbol And == Symbol? |
|
Answer» The = symbol is often used in mathematical OPERATIONS. It is used to assign a value to a GIVEN variable. On the other hand, the == symbol, also KNOWN as “equal to” or “equivalent to”, is a relational OPERATOR that is used to compare two values. The = symbol is often used in mathematical operations. It is used to assign a value to a given variable. On the other hand, the == symbol, also known as “equal to” or “equivalent to”, is a relational operator that is used to compare two values. |
|