Vidyalelo
R Programming · Q79

R Programming Basics

Programming · R Programming · question 79

Q79

Point out the correct statement?

A.
The usual operator, <-, can be thought of as a syntactic shortcut to expression operation
B.
Assignment can also be made using the function assignment()
C.
Vectors can be used in arithmetic expressions, in which case the operations are performed element by element
Answer
D.
seq() is used to delete the numbers

Answer: Option C

Solution

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