Q. Which of the following code constructs vector of length 11? (A) > v <- 3*x + y + 1 (B) > v <- 3*x + y + 2 (C) > v <- 2*x + y + 1 (D) > v <- 2*x + y + 4 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) > v <- 2*x + y + 1