Quantcast
Channel: what is the meaning of == sign? - Stack Overflow
Viewing all articles
Browse latest Browse all 9

Answer by Anil Soman for what is the meaning of == sign?

$
0
0

== means "is euual to". This operator has higher precedece than = (equal to) operator. So the equation x = y == z; will try to assign result of y==z to variable x. which is 1 in this case.


Viewing all articles
Browse latest Browse all 9

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>