Q. what is the output of below program? Code: <?php $a = 5; echo "$a-$a"; ?> (A) 0 (B) 5-5 (C) $a-$a (D) Compilation Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 5-5