Que: 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: 0 0 0 0 0 0 0 0 0 0