πŸ“Š 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
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of the mentioned

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
87
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate