Computer Science, asked by manjulapandian, 1 month ago

6. What will be the output of the following PHP
code?
<?php
$a = "
if ($a)
print "all"
if
else
print "some"
?>
(a) all
(b) some
(c) error
(d) no output​

Answers

Answered by cutesadia1319
0

Answer:

I think it's answer is à all

Similar questions