Que: Which of the R following code is example of explicit printing? a. > x <- 5> x b. > x <- 5> print(x) c. > x <- "auto"> x d. > x <- "auto"> x <- "auto" Answer: > x <- 5> print(x)