Vidyalelo
R Programming · Q75

R Programming Basics

Programming · R Programming · question 75

Q75

What will be the output of the following R code? > x class(x)

A.
"integer"
B.
"numeric"
Answer
C.
"real"
D.
"imaginary"

Answer: Option B

Solution

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