Vidyalelo
R Programming · Q204

Control Structures in R Programming

Programming · R Programming · question 204

Q204

What will be the output of the following R code? > f class(f)

A.
"function"
Answer
B.
"class"
C.
"procedure"
D.
"system"

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board