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
AnswerC.
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