Examveda
Examveda

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

C. Everybody", "is", "a" , "warrior

D. "Everybody*is*a*warrior"

Answer: Option B


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming