Q125
What will be the output of the following R code? y <- c(TRUE, 2)
A.
[1] "TRUE" "2"
B.
[1] "TRUE" 2
C.
[1] "0" "2"
D.
[1] 1 2
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board