Q. What will be the output of the following R code?
> x <- vector("list", length = 5)
> x
> x <- vector("list", length = 5)
> x
β
Correct Answer: (A)
NULL
You must be Logged in to update hint/solution