Which is the function used to add the vectors?
A
c()
B
add(vectors)
C
c(vectors)
D
vectors.add
Correct Answer: c()
The c() is a generic function which combines its arguments. It is used to add the vectors.