Q99
What will be the output of the following R code snippet? > paste("a", "b", sep = ":")
A.
"a+b"
B.
"a=b"
C.
"a:b"
AnswerD.
a*b
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board