Examveda

What will be the output of the following R code?
> m <- 1:10
> m

A. 1 2 3 4 5 6 7 8 9 10

B. 1 2 3 4 5 6 7 8 9 10 11

C. 0 1 2 3 4 5 6 7 8 9 10

D. 10 9 8 6 5 4 2 3 1 2

Answer: Option A


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics