Examveda

What will be the output of the following R code?
> x <- vector("numeric", length = 10)
> x

A. 10

B. 0 0 0 0 0 0 0 0 0 0

C. 01

D. 00120

Answer: Option B


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics