Zend
200-710 · Question #14
200-710 Question #14: Real Exam Question with Answer & Explanation
The correct answer is B. cd. See the full explanation below for the reasoning.
Question
What is the output of the following code?
$a = 'a', $b = 'b';
echo isset($c) ? $a.$b.$c : ($c = 'c').'d';
Options
- Aabc
- Bcd
- CØd
- D0d
Community Discussion
No community discussion yet for this question.