Q. What will be the output of the following R code?
y <- c(TRUE, 2)

  • (A) [1] "TRUE" "2"
  • (B) [1] "TRUE" 2
  • (C) [1] "0" "2"
  • (D) [1] 1 2
πŸ’¬ Discuss
βœ… Correct Answer: (D) [1] 1 2

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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