nerdexam
Zend

200-530 · Question #418

What will be the output of the following code snippet? <?php echo 'hello ' . 1 + 2 . '34'; ? >

The correct answer is D. 234. See the full explanation below for the reasoning.

Question

What will be the output of the following code snippet? <?php echo 'hello ' . 1 + 2 . '34'; ? >

Options

  • A0
  • Bhello1234
  • Chello334
  • D234

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    12% (3)
  • C
    4% (1)
  • D
    81% (21)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice