Q. What will be the output of the following R code snippet?
> paste("a", "b", sep = ":")
β
Correct Answer: (C)
"a:b"
You must be Logged in to update hint/solution