πŸ“Š R Programming
Q. 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"
πŸ’¬ Discuss
βœ… Correct Answer: (B) Everybody*is*a*warrior

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
103
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate