Vidyalelo
R Programming · Q125

R Programming Basics

Programming · R Programming · question 125

Q125

What will be the output of the following R code? > x as.logical(x)

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

Answer: Option A

Solution

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