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

No Output
None of the mentioned
ERROR
Hello World

ANSWER DOWNLOAD EXAMIANS APP