Home / Programming MCQs / R Programming MCQs / Question

M

Mr. Dubey • 51.43K Points
Coach

Q. 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"

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.