50.
What will be the output of the following R code?
> x <- 1:3
> y <- 10:12
> rbind(x, y)

Read More Section(R Programming Basics)

Each Section contains maximum 100 MCQs question on R Programming Basics. To get more questions visit other sections.