Vidyalelo
R Programming · Q91

R Programming Basics

Programming · R Programming · question 91

Q91

What will be the output of the following R code? > x is.na(x)

A.
FALSE FALSE TRUE TRUE FALSE
Answer
B.
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