Vidyalelo
R Programming · Q148

Control Structures in R Programming

Programming · R Programming · question 148

Q148

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

A.
9
B.
42
C.
8
D.
Error
Answer

Answer: Option D

Solution

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