Vidyalelo
R Programming · Q162

Control Structures in R Programming

Programming · R Programming · question 162

Q162

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

A.
Hello, world!
[1] 14
Answer
B.
Hello, world!
[1] 15
C.
Hello, world!
[1] 16
D.
Error

Answer: Option A

Solution

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