Vidyalelo
R Programming · Q98

Introduction to R Programming

Programming · R Programming · question 98

Q98

What will be the output of the following R function? cat("Everybody", "is", "a", “warrior”,sep="*")

A.
"Everybody", "is", "a" , "warrior"
B.
Everybody*is*a*warrior
Answer
C.
Everybody", "is", "a" , "warrior
D.
"Everybody*is*a*warrior"

Answer: Option B

Solution

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