Q. What will be the output of the following R code?
> f <- function() {
+ ## This is an empty function
+ }
> f()

  • (A) 0
  • (B) No result
  • (C) NULL
  • (D) 1
πŸ’¬ Discuss
βœ… Correct Answer: (C) NULL

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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