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

No Output
Hello World
None of the mentioned
ERROR

ANSWER DOWNLOAD EXAMIANS APP