Vidyalelo
R Programming · Q26

Introduction to R Programming

Programming · R Programming · question 26

Q26

How is a character string defined in R?

A.
"Hello, World!"
Answer
B.
'Hello, World!'
C.
c("Hello", "World")
D.
char("Hello, World!")

Answer: Option A

Solution

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