Q. What is the output of echo 2 + '2 cars'; ? (A) 4 (B) 22 cars (C) error (D) 2 cars2 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 4 Explanation: PHP converts the string to number until non-numeric character and adds them.