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