Zend
200-550 · Question #209
What is the output of the following code? echo "1" + 2 * "0x02";
The correct answer is C. 5. See the full explanation below for the reasoning.
Question
What is the output of the following code? echo "1" + 2 * "0x02";
Options
- A1
- B3
- C5
- D20
- E7
How the community answered
(21 responses)- A5% (1)
- B14% (3)
- C76% (16)
- E5% (1)
Community Discussion
No community discussion yet for this question.