Q41
Which type of comment is not supported in R?
A.
Single-line comments
B.
Multi-line comments
AnswerC.
Both Single-line & Multi-line comments
D.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
R supports single-line comments, but not multiline comments.