}
sayhello();
?>
... Learn more about PHP Web Development in The Quiz World"> }
sayhello();
?>
, PHP Web Development quiz , quiz about PHP Web Development , details about PHP Web Development , question and answer about PHP Web Development">

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