Vidyalelo
R Programming · Q99

Control Structures in R Programming

Programming · R Programming · question 99

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"
Answer
D.
a*b

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board