Q47
Which is the function used to add the vectors?
A.
c()
AnswerB.
add(vectors)
C.
c(vectors)
D.
vectors.add
Answer: Option A
Solution
Answer: Option A
Solution:
The c() function is used to add the vectors.