A
Q. What will be the output of the following PHP code ?
Code:
<?php
if (print "Program ")
print "Executed..." ;
else
print "Not Executed...";
?>
if (print "Program ")
print "Executed..." ;
else
print "Not Executed...";
?>
- Correct Answer - Option(D)
- Views: 22
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.