Question:<?php $name="Lennox"; $names="Floyd "; echo $name,"and", $names, "are great fighters"; ?> What will be the output of the above syntax?
A Lennox and Floyd are great fighters
B Lennox Lewis, are great fighters,
C Lennox Lewis, Floyd Mayweather
D Lennox Lewis and Floyd Mayweather
+ AnswerA
+ Report