Vidyalelo
R Programming · Q36

Introduction to R Programming

Programming · R Programming · question 36

Q36

What is the mode of 'a' in the following R code? a <- c(1,” a”, FALSE)

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

Answer: Option B

Solution

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