Vidyalelo
R Programming · Q138

Control Structures in R Programming

Programming · R Programming · question 138

Q138

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

A.
4
Answer
B.
3
C.
2
D.
5

Answer: Option A

Solution

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