1.

What is the difference between assignment operator and equality operator?

Answer»

Assignment Operator:

Assignment operator is used to assign the values to the variable.

Equality Operator:

The equality operator is used to compare the values of both the variables and the result is true or false.



Discussion

No Comment Found