• Home
  • What is the output of the following code? $a = 'a'; $b = 'b'; echo isset($c) ? $a.
Question 1:
What is the output of the following code?
$a = 'a'; $b = 'b';
echo isset($c) ? $a.$b.$c : ($c = 'c').'d';
?>
A. abc
B. cd
C. 0d
D. None

These questions are from this test. Would you like to take a practice test?

C Sharp Quiz 3 | Englishfreetest.com