Q38
What will be the output of the following R function? paste("Everybody", "is", “a” , "warrior")
A.
"Everybody", "is", "a" , "warrior"
B.
Everybody is a warrior
C.
Everybody", "is", "a" , "warrior
D.
"Everybody is a warrior"
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board