Vidyalelo
R Programming · Q122

Data Structures in R Programming

Programming · R Programming · question 122

Q122

What will be the output of the following R code? > x x a

A.
1 2 3 4 5
Answer
B.
2 3 5
C.
1 3 3 5
D.
1 2 3

Answer: Option A

Solution

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