Vidyalelo
R Programming · Q82

Data Structures in R Programming

Programming · R Programming · question 82

Q82

What will be the output of the following R code? > x x[1, 2]

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

Answer: Option A

Solution

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