Vidyalelo
R Programming · Q125

Introduction to R Programming

Programming · R Programming · question 125

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
Answer

Answer: Option D

Solution

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