PrepAway - Latest Free Exam Questions & Answers

What is the output of the following code? <code> $a = ‘a’; $b = ‘b’; echo isset(

What is the output of the following code?
<code>
$a = ‘a’; $b = ‘b’;
echo isset($c) ? $a.$b.$c : ($c = ‘c’).’d’;
</code>

PrepAway - Latest Free Exam Questions & Answers

A.
abc

B.
cd

C.
0d

One Comment on “What is the output of the following code? <code> $a = ‘a’; $b = ‘b’; echo isset(


Leave a Reply

Your email address will not be published. Required fields are marked *