Zend
200-550 · Question #1
What is the result of the following bitwise operation in PHP? 1 ^ 2
The correct answer is B. 3. See the full explanation below for the reasoning.
Question
What is the result of the following bitwise operation in PHP? 1 ^ 2
Options
- A1
- B3
- C2
- D4
- E-1
How the community answered
(41 responses)- A2% (1)
- B80% (33)
- C5% (2)
- D10% (4)
- E2% (1)
Community Discussion
No community discussion yet for this question.