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

None of the mentioned
Hello World
No Output
ERROR

ANSWER DOWNLOAD EXAMIANS APP