1.

Differentiate “ = ” and “ == ”.

Answer»
==
‘ = ’ is an assignment operator‘ = = ’ is an equal to operator and it is a relational operator.
It is used to assign the value of variable or expressionIt is used for comparison of both left and right side operands.


Discussion

No Comment Found