Question: Review the following code. What is the result of line 3?

  1. [1] 1 2 3
  2. [1] "1" 2 "3"
  3. [1] "1" "2" "3"
  4. [1] 7 9

Answer: The correct answer of the above question is Option C:[1] "1" "2" "3"