Vidyalelo
R Programming · Q104

Introduction to R Programming

Programming · R Programming · question 104

Q104

What will be the output of the following R program? y <- 0:5 vector(y) y[3]

A.
Error in vector(y): invalid 'mode' argument
Answer
B.
1
C.
4
D.
3

Answer: Option A

Solution

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