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