What is the content of $c after the following code has executed? seenagape 10 years ago What is the content of $c after the following code has executed?<code>$a = 2;$b = 3;$c = ($a++ * ++$b);</code> A.0 B.5 C.8 D.4 ← Previous question Next question →