Q. What is the output of echo 2 + '2 cars'; ?
β
Correct Answer: (A)
4
Explanation: PHP converts the string to number until non-numeric character and adds them.