What will be the output of the following PHP code ?
<?php
if (!print "hi")
if (print "hello")
print "hi";
?>
<?php
if (!print "hi")
if (print "hello")
print "hi";
?>A. hi
B. hihellohi
C. hihi
D. no output
Answer: Option A
<?php
if (!print "hi")
if (print "hello")
print "hi";
?>A. hi
B. hihellohi
C. hihi
D. no output
Answer: Option A
A. how are u
B. hi
C. error
D. no output
A. hi
B. no output
C. error
D. how are u
A. how are uhello
B. hihello
C. hi
D. no output
A. true
B. false
C. error
D. no output
Join The Discussion