Vidyalelo
R Programming · Q70

Introduction to R Programming

Programming · R Programming · question 70

Q70

What will be the output of the following R code? a <- (“a” , “b”) mode(a)

A.
Character
Answer
B.
Numeric
C.
Complex
D.
Integer

Answer: Option A

Solution

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