<<< Previous question <<< Question ID#0041.md >>> Next question >>>
What is the value of $x in the following code snippet?
$x = 123 == 0123;
- A) FALSE
- B) NULL
- C) 123
- D) TRUE
Answer
Answer: A
What is the value of $x in the following code snippet?
$x = 123 == 0123;
Answer: A