Q. What will be the output of the following R code snippet?
> paste("a", "b", sep = ":")

  • (A) "a+b"
  • (B) "a=b"
  • (C) "a:b"
  • (D) a*b
πŸ’¬ Discuss
βœ… Correct Answer: (C) "a:b"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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