Vidyalelo
R Programming · Q69

Introduction to R Programming

Programming · R Programming · question 69

Q69

Which of the following command is used to print an object "x" in R?

A.
printf(x)
B.
print(x)
Answer
C.
printx
D.
print[x]

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board