?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
<?php
function 2myfunc()
{
echo "Hello World";
}
2myfunc();
?>
<?php
function 2myfunc()
{
echo "Hello World";
}
2myfunc();
?>
Answer & Solution
Correct Answer:
Option
C
Function cannot begin with a number.
Join the Discussion
Login to post a comment or share your explanation.
Login