Vidyalelo
R Programming · Q117

Introduction to R Programming

Programming · R Programming · question 117

Q117

What will be the output of the following R program? r<-0:10 r[2]

A.
0
B.
1
Answer
C.
2
D.
3

Answer: Option B

Solution

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