M Mr. Dubey π Coach β 103.11K Points π R Programming Q. Which of the following is invalid assignment? (A) > c(10.4, 5.6, 3.1, 6.4, 21.7) -> x (B) > assign("x", c(10.4, 5.6, 3.1, 6.4, 21.7)) (C) > x <- c(10.4, 5.6, 3.1, 6.4, 21.7) (D) None of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) None of the mentioned