Vidyalelo
R Programming · Q67

Introduction to R Programming

Programming · R Programming · question 67

Q67

What is the mode of b in the following R code? b <- c(TRUE, TRUE, 1)

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

Answer: Option A

Solution

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