What will be the output ?
FUNCTION SAYHELLO()
{
ECHO "HELLO WORLD";
}
sayhello();
?>
Options: |
A) HELLO WORLD B) function undefined error; C) hello world D) fatal error |
Answer : HELLO WORLD |