Q91
What will be the output of the following R code? > x is.na(x)
A.
FALSE FALSE TRUE TRUE FALSE
AnswerB.
FALSE TRUE TRUE TRUE FALSE
C.
TRUE FALSE TRUE TRUE FALSE
D.
TRUE FALSE TRUE FALSE FALSE
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board