<<< Previous question <<< Question ID#0453.md >>> Next question >>>
What is the output of the following code?
$a = 42 & 05 + 17;
echo $a;
- A) 2
- B) 17
- C) 0
- D) 64
Answer
Answer: A
What is the output of the following code?
$a = 42 & 05 + 17;
echo $a;
Answer: A