Que: What is the mode of ‘a’ in the following R code?

a <- c(1,” a”, FALSE)
a. Numeric
b. Character
c. Integer
d. Logical
Answer: Character

Leave a Comment