Computer Science, asked by soumyadeep72, 5 hours ago

what is the difference between ‘=’ and ‘==’.​

Answers

Answered by akulasanthosh881
2

= is the sign for balancing the given equation si equal or not

== Is the symbol for parllell symbol which pays through two ways of lines.

Answered by TrustedAnswerer19
7

Answer:

First of all '=' is a assignment operator and

'==' is a comparison operator. = operator is used to assign value to a variable and == operator is used to compare two variable or constants.

Similar questions