what is the difference between =and= operator.
Answers
Answered by
10
==” is a relational operator which checks if the values of two operands are equal or not, if yes then condition becomes true otherwise it returns false. ... "==" returns a boolean value which is true when the operands are equal. "=" is a function that attributes the value of the second operand to the first.
Anonymous:
Hope u liked it ...Pls mark it as brainliest
Answered by
2
= means equal to.. eg x= 5;
== operator is used in a condition eg if(x==3)
== operator is used in a condition eg if(x==3)
Similar questions
Social Sciences,
8 months ago
Math,
8 months ago
English,
8 months ago
Chemistry,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Math,
1 year ago