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)- A4% (1)
- B12% (3)
- C4% (1)
- D81% (21)
Community Discussion
No community discussion yet for this question.