Vidyalelo
R Programming · Q144

Control Structures in R Programming

Programming · R Programming · question 144

Q144

Which of the variable in the following R code is variable? > f <- function(x, y) + x^2 + y / z +

A.
x
B.
y
C.
z
Answer
D.
yy

Answer: Option C

Solution

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