What is the output of the following code? <code> $a = ‘a’; $b = ‘b’; e seenagape 8 years ago What is the output of the following code?<code>$a = ‘a’; $b = ‘b’;echo isset($c) ? $a.$b.$c : ($c = ‘c’).’d’;</code> A.abc B.cd C.0d ← Previous question Next question →