Vidyalelo
JavaScript · Q41

Sockets

Programming · JavaScript · question 41

Q41

Which type of comment is not supported in R?

A.
Single-line comments
B.
Multi-line comments
Answer
C.
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.