Q. Which of the following is a valid assignment?

  • (A) > m <- matrix(nrow = 2, ncol = 3)
  • (B) > m <- matrix(nrow = 2, ncol = 3.5)
  • (C) > m <- mat(nrow = 2, ncol = 3)
  • (D) > m <- mat(nrow = 2, ncol = 5)
πŸ’¬ Discuss
βœ… Correct Answer: (A) > m <- matrix(nrow = 2, ncol = 3)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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