Que: What will be the output of the following R code? x <- c("a", "b", "c") > as.numeric(x) a. Warning b. Error c. Abnormal termination d. Prints x Answer: Warning