<<< Previous question <<< Question ID#0792.md >>> Next question >>>
What is the result of the following code?
var_dump(1 < 2 > 1);
- A) a parse error
- B) true
- C) false
- D) an empty string
Answer
Answer: A
What is the result of the following code?
var_dump(1 < 2 > 1);
Answer: A