PHP Functions
What will be the output of the following PHP code ?
function 2myfunc()
{
echo "Hello World";
}
2myfunc();

ERROR
Hello World
None of the mentioned
No Output

ANSWER DOWNLOAD EXAMIANS APP