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