Examveda
Examveda

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: Option D


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming