Vidyalelo
R Programming · Q75

Data Structures in R Programming

Programming · R Programming · question 75

Q75

What will be the output of the following R code? > x bad print(bad)

A.
FALSE FALSE FALSE FALSE TRUE FALSE
B.
FALSE TRUE TRUE FALSE TRUE FALSE
C.
FALSE FALSE TRUE FALSE TRUE FALSE
Answer
D.
FALSE TRUE TRUE TRUE TRUE FALSE

Answer: Option C

Solution

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