PHP

Topic: Operators

what is the output here?
< ?php var_dump(0 == "a"); ?>
a) false
b) true
c) error
d) declaration error

true

Browse random answers: