Que: 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: “Everybody is a warrior”

Leave a Comment