1.

_What will be the output of the following PHP code ? $y && 1||1) print "hi" ;else print "how are u";?>$?

A. how are u
B. hi
C. error
D. no output
Answer» C. error


Discussion

No Comment Found