echo ' , ';
echo substr("helloworld", 0, -1);

?>
... Learn more about PHP Web Development in The Quiz World"> echo ' , ';
echo substr("helloworld", 0, -1);

?>
, 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?

echo substr("helloworld", -2);
echo ' , ';
echo substr("helloworld", 0, -1);

?>

Options:
A) ld , helloworl
B) he , helloarray
C) ld , elloworld
D) he , helloworl
 
Answer : ld , helloworl