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

No Output
Hello World
ERROR
None of the mentioned

ANSWER DOWNLOAD EXAMIANS APP