Examveda

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

A. NULL

B. 1

C. 0

D. 4

Answer: Option A


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics