Q. What will be the output of the following PHP code ?
Code:
<?php echo "This","was"|"a","bad"."idea"; ?>
β
Correct Answer: (B)
Thiswasbadidea
<?php echo "This","was"|"a","bad"."idea"; ?>
You must be Logged in to update hint/solution