Vidyalelo
R Programming · Q38

Introduction to R Programming

Programming · R Programming · question 38

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"
Answer

Answer: Option D

Solution

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