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

None of the mentioned
No Output
ERROR
Hello World

ANSWER DOWNLOAD EXAMIANS APP