Examveda
Examveda

What will be the output of the following R code?
> x <- 1:4
> y <- 6:9
> z <- x + y
> z

A. 7 9 11 13

B. 7 9 11 13 14

C. 9 7 11 13

D. NULL

Answer: Option A


This Question Belongs to R Programming >> Data Structures In R Programming

Join The Discussion

Related Questions on Data Structures in R Programming