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

ERROR
No Output
Hello World
None of the mentioned

ANSWER DOWNLOAD EXAMIANS APP