Q. What will be the output of the following R function?
cat("Everybody", "is", "a", “warrior”,sep="*")
cat("Everybody", "is", "a", “warrior”,sep="*")
β
Correct Answer: (B)
Everybody*is*a*warrior