Vidyalelo
R Programming · Q50

Data Structures in R Programming

Programming · R Programming · question 50

Q50

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

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

Answer: Option B

Solution

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